We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28255c3 commit d2e89dfCopy full SHA for d2e89df
src/finn/util/basic.py
@@ -69,7 +69,6 @@
69
alveo_part_map["U250"] = "xcu250-figd2104-2L-e"
70
alveo_part_map["U280"] = "xcu280-fsvh2892-2L-e"
71
alveo_part_map["U55C"] = "xcu55c-fsvh2892-2L-e"
72
-alveo_part_map["V80"] = "xcv80-lsva4737-2MHP-e-s"
73
74
alveo_default_platform = dict()
75
alveo_default_platform["U50"] = "xilinx_u50_gen3x16_xdma_5_202210_1"
@@ -82,7 +81,7 @@
82
81
part_map = {**pynq_part_map, **alveo_part_map}
83
part_map["VEK280"] = "xcve2802-vsvh1760-2MP-e-S"
84
part_map["VCK190"] = "xcvc1902-vsva2197-2MP-e-S"
85
-
+part_map["V80"] = "xcv80-lsva4737-2MHP-e-s"
86
87
def get_rtlsim_trace_depth():
88
"""Return the trace depth for rtlsim via PyVerilator. Controllable
0 commit comments