Skip to content

Commit

Permalink
BUILD: orfs_run() can no longer depend on on orfs_deps()
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind authored and oharboe committed Jan 3, 2025
1 parent aa4ac14 commit 752405c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sram/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ orfs_run(

orfs_run(
name = "top_write_floorplan",
src = ":top_floorplan_deps",
src = ":top_floorplan",
outs = [
":floorplan.config",
],
Expand Down
3 changes: 2 additions & 1 deletion sram/write_floorplan.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source $::env(SCRIPTS_DIR)/floorplan.tcl
source $::env(SCRIPTS_DIR)/load.tcl
load_design 2_floorplan.odb 2_floorplan.sdc

set db [::ord::get_db]
set dbu_per_uu [expr double([[$db getTech] getDbUnitsPerMicron])]
Expand Down

0 comments on commit 752405c

Please sign in to comment.