Skip to content

Commit

Permalink
add V80 similar to other Versal Parts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmonson authored Jan 13, 2025
1 parent 28255c3 commit d2e89df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/finn/util/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit d2e89df

Please sign in to comment.