Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
refactor: migrate user_config.tcl -> user_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 2, 2024
1 parent dffb6e6 commit 0785cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*.vcd
runs
tt_submission
src/user_config.tcl
src/user_config.json
src/config_merged.json
test/sim_build
test/__pycache__/
test/results.xml
Expand Down
4 changes: 0 additions & 4 deletions src/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ set ::env(CLOCK_PORT) {clk}
# !!! DO NOT CHANGE ANYTHING BELOW THIS POINT !!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

# Load configuration auto-generated by tt-support-tools
set script_dir [file dirname [file normalize [info script]]]
source $::env(DESIGN_DIR)/user_config.tcl

# Save some time
set ::env(RUN_KLAYOUT_XOR) 0
set ::env(RUN_KLAYOUT_DRC) 0
Expand Down

0 comments on commit 0785cc7

Please sign in to comment.