1
0
mirror of synced 2026-05-02 14:31:37 +00:00

Merge pull request #392 from azonenberg/greenpak-portfixes

Fixed bug causing GP_SPI model to not synthesize
This commit is contained in:
Clifford Wolf
2017-08-28 15:29:58 +02:00
committed by GitHub

View 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