Skip to content

Commit d2e89df

Browse files
authored
add V80 similar to other Versal Parts
1 parent 28255c3 commit d2e89df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/finn/util/basic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
alveo_part_map["U250"] = "xcu250-figd2104-2L-e"
7070
alveo_part_map["U280"] = "xcu280-fsvh2892-2L-e"
7171
alveo_part_map["U55C"] = "xcu55c-fsvh2892-2L-e"
72-
alveo_part_map["V80"] = "xcv80-lsva4737-2MHP-e-s"
7372

7473
alveo_default_platform = dict()
7574
alveo_default_platform["U50"] = "xilinx_u50_gen3x16_xdma_5_202210_1"
@@ -82,7 +81,7 @@
8281
part_map = {**pynq_part_map, **alveo_part_map}
8382
part_map["VEK280"] = "xcve2802-vsvh1760-2MP-e-S"
8483
part_map["VCK190"] = "xcvc1902-vsva2197-2MP-e-S"
85-
84+
part_map["V80"] = "xcv80-lsva4737-2MHP-e-s"
8685

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

0 commit comments

Comments
 (0)