Fixed bug causing GP_SPI model to not synthesize
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Mon, 14 Aug 2017 22:32:07 +0000 (15:32 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Sun, 27 Aug 2017 14:31:48 +0000 (07:31 -0700)
techlibs/greenpak4/cells_sim.v

index 2d7bed5cd188bcbbf51590d1a4aa07e08f4e025f..15bbba7235a45cb633849d40909b651777ad390a 100644 (file)
@@ -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