diff options
| author | 2023-04-21 18:05:20 +0000 | |
|---|---|---|
| committer | 2023-04-21 18:05:20 +0000 | |
| commit | df6fe45d65c69eccd240510af3eaa3da8dfee236 (patch) | |
| tree | bfbc186a53b13ecccba6d2e2de8826532b745a27 | |
| parent | v0.3 (diff) | |
add undefine macros
| -rw-r--r-- | spi_master.v | 1 | ||||
| -rw-r--r-- | spi_master_ss_template.v | 1 | ||||
| -rw-r--r-- | spi_slave.v | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/spi_master.v b/spi_master.v index 0ea7e0b..82463c2 100644 --- a/spi_master.v +++ b/spi_master.v @@ -225,3 +225,4 @@ always @ (posedge clk) begin end endmodule +`undefineall diff --git a/spi_master_ss_template.v b/spi_master_ss_template.v index 8b3d0e7..fff9d08 100644 --- a/spi_master_ss_template.v +++ b/spi_master_ss_template.v @@ -120,3 +120,4 @@ always @ (posedge clk) begin end endmodule +`undefineall diff --git a/spi_slave.v b/spi_slave.v index 435c59a..4628a9f 100644 --- a/spi_slave.v +++ b/spi_slave.v @@ -163,3 +163,4 @@ always @ (posedge clk) begin end endmodule +`undefineall |
