File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ add_subdirectory(adder_max)
1111add_subdirectory (shift_reg_4607)
1212add_subdirectory (install_test)
1313add_subdirectory (io_max)
14- add_subdirectory (io_reg_max)
14+ # add_subdirectory(io_reg_max) # Disabled, to use IO regs one must manually instantiate them
1515add_subdirectory (clk_verify)
1616add_subdirectory (clk_pcf_verify)
17- add_subdirectory (pcf_io_reg)
17+ # add_subdirectory(pcf_io_reg) # Disabled, to use IO regs one must manually instantiate them
1818add_subdirectory (slow_corner)
1919add_subdirectory (fast_corner)
Original file line number Diff line number Diff line change 22#add_subdirectory(clk_verify)
33#add_subdirectory(adder_columns)
44add_subdirectory (io_max)
5- add_subdirectory (io_reg_max)
5+ # add_subdirectory(io_reg_max)
66add_subdirectory (install_test)
You can’t perform that action at this time.
0 commit comments