aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-14 15:32:07 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-27 07:31:48 -0700
commite62362225c8a53de1007f6ecc69b58b9bf1fdad9 (patch)
tree583f894b080d3cd84d09007e4a70584a1d69c907 /techlibs/greenpak4
parent68c42f3a19a300583fa282f3b88c440bf6afd484 (diff)
downloadyosys-e62362225c8a53de1007f6ecc69b58b9bf1fdad9.tar.gz
yosys-e62362225c8a53de1007f6ecc69b58b9bf1fdad9.tar.bz2
yosys-e62362225c8a53de1007f6ecc69b58b9bf1fdad9.zip
Fixed bug causing GP_SPI model to not synthesize
Diffstat (limited to 'techlibs/greenpak4')
-rw-r--r--techlibs/greenpak4/cells_sim.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v
index 2d7bed5cd..15bbba723 100644
--- a/techlibs/greenpak4/cells_sim.v
+++ b/techlibs/greenpak4/cells_sim.v
@@ -113,8 +113,8 @@ module GP_SPI(
output reg[7:0] RXD_LOW,
output reg INT);
- initial DOUT_HIGH = 0;
- initial DOUT_LOW = 0;
+ initial RXD_HIGH = 0;
+ initial RXD_LOW = 0;
initial INT = 0;
parameter DATA_WIDTH = 8; //byte or word width