mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 07:33:25 +00:00
Merge pull request #392 from azonenberg/greenpak-portfixes
Fixed bug causing GP_SPI model to not synthesize
This commit is contained in:
commit
a682800187
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ module GP_SPI(
|
||||||
output reg[7:0] RXD_LOW,
|
output reg[7:0] RXD_LOW,
|
||||||
output reg INT);
|
output reg INT);
|
||||||
|
|
||||||
initial DOUT_HIGH = 0;
|
initial RXD_HIGH = 0;
|
||||||
initial DOUT_LOW = 0;
|
initial RXD_LOW = 0;
|
||||||
initial INT = 0;
|
initial INT = 0;
|
||||||
|
|
||||||
parameter DATA_WIDTH = 8; //byte or word width
|
parameter DATA_WIDTH = 8; //byte or word width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue