remove test clock and fix make clean failing
This commit is contained in:
parent
d4310f429c
commit
65e160474b
|
@ -6,4 +6,4 @@ base.v: base.v.m4
|
||||||
lint: base.v
|
lint: base.v
|
||||||
verilator --lint-only base.v -I../spi -I../control_loop -I../waveform
|
verilator --lint-only base.v -I../spi -I../control_loop -I../waveform
|
||||||
clean:
|
clean:
|
||||||
rm base.v
|
rm -f base.v
|
||||||
|
|
|
@ -305,7 +305,6 @@ m4_dac_switch(DAC_PORTS, 7);
|
||||||
|
|
||||||
initial test_clock <= 0;
|
initial test_clock <= 0;
|
||||||
|
|
||||||
`define MAKE_TEST_CLOCK
|
|
||||||
`ifdef MAKE_TEST_CLOCK
|
`ifdef MAKE_TEST_CLOCK
|
||||||
reg [3-1:0] counter = 0;
|
reg [3-1:0] counter = 0;
|
||||||
always @ (posedge clk) begin
|
always @ (posedge clk) begin
|
||||||
|
|
Loading…
Reference in New Issue