-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I replaced the SPI Engine connections in the cn0363_bd.tcl with the spi_engine_create procedure found in the spi_engine.tcl script. Through these changes, a more generic instantiation for the spi_engine can be achieved. I updated the system_constr.xdc file and created the cn0363_pmod.txt file. Signed-off-by: Ioan-daniel Pop <[email protected]>
- Loading branch information
Showing
4 changed files
with
50 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# cn0363 | ||
|
||
Pin Port Schematic_name System_top_name IOSTANDARD Termination | ||
|
||
PMOD [2] PMOD JA1 GAIN0 gain0_o LVCMOS33 #N/A | ||
PMOD [4] PMOD JA2 GAIN1 gain1_o LVCMOS33 #N/A | ||
PMOD [8] PMOD JA4 EXT_LED_CLK led_clk_o LVCMOS33 #N/A | ||
PMOD [6] PMOD JA3 DA_CSn spi_cs[1] LVCMOS33 #N/A | ||
PMOD [1] PMOD JA7 AD_CSn spi_cs[0] LVCMOS33 #N/A | ||
PMOD [3] PMOD JA8 AD_DIN spi_sdo LVCMOS33 PULLTYPE PULLUP | ||
PMOD [5] PMOD JA9 AD_DOUT spi_sdi LVCMOS33 PULLTYPE PULLUP | ||
PMOD [7] PMOD JA10 AD_CLK spi_sclk LVCMOS33 #N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters