aboutsummaryrefslogtreecommitdiff
path: root/models/soc_with_peripherals.v
diff options
context:
space:
mode:
Diffstat (limited to 'models/soc_with_peripherals.v')
-rw-r--r--models/soc_with_peripherals.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/soc_with_peripherals.v b/models/soc_with_peripherals.v
index 40ee341..ec92238 100644
--- a/models/soc_with_peripherals.v
+++ b/models/soc_with_peripherals.v
@@ -14,7 +14,7 @@ module soc_with_peripherals
parameter EMBEDDED_ROM_WORDS_COUNT = "error, rom words count not given",
parameter EMBEDDED_ROM_FILE = {DESIGN_DIR, "rom.mem"},
parameter SPI_ROM_WORDS_COUNT = 0,
- parameter SPI_ROM_FILE = "/dev/zero"
+ parameter SPI_ROM_FILE = "/dev/null"
)
(
input wire clock_100mhz,