dont use straight for fill as default config fails
diff --git a/golden_config.tcl b/golden_config.tcl index 5d6d339..cc7ab71 100644 --- a/golden_config.tcl +++ b/golden_config.tcl
@@ -31,7 +31,6 @@ set ::env(FP_SIZING) absolute set ::env(DIE_AREA) "0 0 150 170" set ::env(FP_CORE_UTIL) 55 -set ::env(PL_BASIC_PLACEMENT) {1} set ::env(FP_IO_HLENGTH) 2 set ::env(FP_IO_VLENGTH) 2
diff --git a/project_urls.py b/project_urls.py index 95054ad..315f42e 100644 --- a/project_urls.py +++ b/project_urls.py
@@ -1,11 +1,11 @@ -filler_project_url = 'https://github.com/TinyTapeout/tt02-test-straight' +filler_project_url = 'https://github.com/TinyTapeout/tt02-test-invert' test_project_urls = [ 'https://github.com/TinyTapeout/tt02-test-straight', 'https://github.com/TinyTapeout/tt02-test-7seg', 'https://github.com/TinyTapeout/tt02-test-invert', ] project_urls = [ - 'https://github.com/TinyTapeout/tt02-test-straight', + 'https://github.com/TinyTapeout/tt02-test-invert', "https://github.com/Fraserbc/tt02-simon", "https://github.com/TomKeddie/tinytapeout-2022-2", "https://github.com/chrisruk/matrixchip",
diff --git a/project_urls_init.py b/project_urls_init.py index fad6a3b..46ba1b8 100644 --- a/project_urls_init.py +++ b/project_urls_init.py
@@ -1,8 +1,8 @@ -filler_project_url = 'https://github.com/TinyTapeout/tt02-test-straight' +filler_project_url = 'https://github.com/TinyTapeout/tt02-test-invert' test_project_urls = [ 'https://github.com/TinyTapeout/tt02-test-straight', 'https://github.com/TinyTapeout/tt02-test-7seg', 'https://github.com/TinyTapeout/tt02-test-invert', ] project_urls = [ - 'https://github.com/TinyTapeout/tt02-test-straight', + 'https://github.com/TinyTapeout/tt02-test-invert',