Skip to content

Commit

Permalink
fix(gl): missing power gate models
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 10, 2024
1 parent faa03f3 commit 75a1f95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions verilog/dv/mux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ else
endif

export USER_PROJECT_VERILOG := $(abspath ../../../verilog)
export EFABLESS_SUBMISSION = $(abspath ../../../efabless/)
export TT_GL_VERILOG := $(abspath ../../../tt-multiplexer/ol2/tt_top/verilog/)

SIM ?= icarus
WAVES ?= no
Expand Down
13 changes: 7 additions & 6 deletions verilog/includes/includes.gl.mux_top
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-v $(USER_PROJECT_VERILOG)/gl/openframe_project_wrapper.v
-v $(USER_PROJECT_VERILOG)/gl/tt_ctrl.v
-v $(USER_PROJECT_VERILOG)/gl/tt_mux.v
-v $(USER_PROJECT_VERILOG)/gl/tt_um_chip_rom.v
-v $(USER_PROJECT_VERILOG)/gl/tt_pg_vdd_1.v
-v $(USER_PROJECT_VERILOG)/gl/tt_pg_vdd_2.v
-v $(EFABLESS_SUBMISSION)/verilog/gl/openframe_project_wrapper.v
-v $(TT_GL_VERILOG)/tt_ctrl.v
-v $(TT_GL_VERILOG)/tt_mux.v
-v $(TT_GL_VERILOG)/tt_um_chip_rom.v
-v $(TT_GL_VERILOG)/tt_pg_1v8_1.v
-v $(TT_GL_VERILOG)/tt_pg_1v8_2.v
-v $(TT_GL_VERILOG)/tt_pg_3v3_2.v
-v $(USER_PROJECT_VERILOG)/../projects/tt_um_factory_test/tt_um_factory_test.v

0 comments on commit 75a1f95

Please sign in to comment.