mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
greenpak4: Changed port names on GP_SPI for clarity
This commit is contained in:
parent
eb80ec84aa
commit
d4a05b499e
1 changed files with 4 additions and 4 deletions
|
@ -594,10 +594,10 @@ module GP_SPI(
|
||||||
input MOSI,
|
input MOSI,
|
||||||
input CSN,
|
input CSN,
|
||||||
output reg MISO,
|
output reg MISO,
|
||||||
input[7:0] DIN_HIGH,
|
input[7:0] TXD_HIGH,
|
||||||
input[7:0] DIN_LOW,
|
input[7:0] TXD_LOW,
|
||||||
output reg[7:0] DOUT_HIGH,
|
output reg[7:0] RXD_HIGH,
|
||||||
output reg[7:0] DOUT_LOW);
|
output reg[7:0] RXD_LOW);
|
||||||
|
|
||||||
initial MISO = 0;
|
initial MISO = 0;
|
||||||
initial DOUT_HIGH = 0;
|
initial DOUT_HIGH = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue