synthesis scripting fixes

Fixed a commented out synthesis-breaking piece of logic related to 'define NCLK_WIDTH = 6, and changed synthesis script to the standard .ys extension
pull/21/head
Attack Orange 1 month ago
parent d8d9fb6a99
commit 394137d82b

@ -37,7 +37,7 @@
`define _tri_vh_

// separate clk, rst now
//`define NCLK_WIDTH 6 // 0 1xClk, 1 Reset, 2 2xClk, 3 4xClk, 4 Even .5xClk, 5 Odd .5x Clk
`define NCLK_WIDTH 6 // 0 1xClk, 1 Reset, 2 2xClk, 3 4xClk, 4 Even .5xClk, 5 Odd .5x Clk
`define EXPAND_TYPE 1

// Do NOT add any defines below this line

Loading…
Cancel
Save