Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make quantized activation handlers data layout aware #8

Prev Previous commit
Next Next commit
add V80 similar to other Versal Parts
jsmonson authored Jan 13, 2025
commit d2e89dff4f601e948798f36fc759b49936ebd5c5
3 changes: 1 addition & 2 deletions src/finn/util/basic.py
Original file line number Diff line number Diff line change
@@ -69,7 +69,6 @@
alveo_part_map["U250"] = "xcu250-figd2104-2L-e"
alveo_part_map["U280"] = "xcu280-fsvh2892-2L-e"
alveo_part_map["U55C"] = "xcu55c-fsvh2892-2L-e"
alveo_part_map["V80"] = "xcv80-lsva4737-2MHP-e-s"

alveo_default_platform = dict()
alveo_default_platform["U50"] = "xilinx_u50_gen3x16_xdma_5_202210_1"
@@ -82,7 +81,7 @@
part_map = {**pynq_part_map, **alveo_part_map}
part_map["VEK280"] = "xcve2802-vsvh1760-2MP-e-S"
part_map["VCK190"] = "xcvc1902-vsva2197-2MP-e-S"

part_map["V80"] = "xcv80-lsva4737-2MHP-e-s"

def get_rtlsim_trace_depth():
"""Return the trace depth for rtlsim via PyVerilator. Controllable