Skip to content

Commit

Permalink
Add device codes to part driver
Browse files Browse the repository at this point in the history
  • Loading branch information
petergrossmann21 committed Oct 18, 2024
1 parent 0c2ac8b commit 197eee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions logik/fpgas/logik_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def setup():

fpga.set('fpga', part_name, 'vendor', vendor)

# Set a variable for VPR to use to detect the correct <fixed_layout> section
# of the architecture XML file
fpga.set('fpga', part_name, 'var', 'device_code', part_name)

fpga.set('fpga', part_name, 'lutsize', lut_size)
fpga.add('fpga', part_name, 'var', 'feature_set', 'async_reset')
fpga.add('fpga', part_name, 'var', 'feature_set', 'async_set')
Expand Down

0 comments on commit 197eee4

Please sign in to comment.