remove test clock and fix make clean failing

This commit is contained in:
Peter McGoron 2023-06-15 11:22:59 -04:00
parent d4310f429c
commit 65e160474b
2 changed files with 1 additions and 2 deletions

View File

@ -6,4 +6,4 @@ base.v: base.v.m4
lint: base.v
verilator --lint-only base.v -I../spi -I../control_loop -I../waveform
clean:
rm base.v
rm -f base.v

View File

@ -305,7 +305,6 @@ m4_dac_switch(DAC_PORTS, 7);
initial test_clock <= 0;
`define MAKE_TEST_CLOCK
`ifdef MAKE_TEST_CLOCK
reg [3-1:0] counter = 0;
always @ (posedge clk) begin