Skip to content

Commit

Permalink
pass_requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarjmand93 committed Aug 5, 2024
1 parent 7fc2332 commit c7d3487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ device_limiting_resources;Equal()
device_name;Equal()

#Run-time
pack_time;RangeAbs(0.10,10.0,2)
#pack_time;RangeAbs(0.10,10.0,2) -> Yosys32 compatible
pack_time;RangeAbs(0.08,10.0,2)
place_time;RangeAbs(0.10,10.0,2)
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ min_chan_width_routing_area_total;Range(0.5,1.6)
min_chan_width_routing_area_per_tile;Range(0.5,1.6)

#Run-time metrics
min_chan_width_route_time;RangeAbs(0.10,15.0,2)
#min_chan_width_route_time;RangeAbs(0.10,15.0,2) -> Yosys32 compatible
min_chan_width_route_time;RangeAbs(0.09,15.0,2)


#Peak memory
#We set a 100MiB minimum threshold since the memory
Expand Down

0 comments on commit c7d3487

Please sign in to comment.