Skip to content

Commit

Permalink
Add netv2 board and default hardware design
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
  • Loading branch information
tmichalak committed Sep 29, 2021
1 parent 75a0b65 commit a71e930
Show file tree
Hide file tree
Showing 16 changed files with 42,006 additions and 1 deletion.
5 changes: 5 additions & 0 deletions other/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"device": "a200t",
"package": "sbg484-1"
},
"netv2": {
"family": "xc7",
"device": "a100t",
"package": "fgg484-2"
},
"icebreaker": {
"family": "ice40",
"device": "up5k",
Expand Down
2 changes: 1 addition & 1 deletion other/vendors.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"xilinx": {
"boards": ["arty-a35t", "arty-a100t", "basys3", "zybo", "nexys-video"],
"boards": ["arty-a35t", "arty-a100t", "basys3", "zybo", "nexys-video", "netv2"],
"toolchains": ["vivado", "yosys-vivado", "yosys-vivado-uhdm", "vpr", "vpr-fasm2bels", "nextpnr-xilinx", "nextpnr-fpga-interchange", "nextpnr-xilinx-fasm2bels"]
},
"lattice-ice40": {
Expand Down
28 changes: 28 additions & 0 deletions project/netv2-fpga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"srcs": [
"src/netv2-fpga/i2c_snoop.v",
"src/netv2-fpga/hdcp_block.v",
"src/netv2-fpga/diff_network.v",
"src/netv2-fpga/shuffle_network.v",
"src/netv2-fpga/hdcp_cipher.v",
"src/netv2-fpga/hdcp_lfsr.v",
"src/netv2-fpga/hdcp_mod.v",
"third_party/vexriscv-verilog/VexRiscv_Debug.v",
"src/netv2-fpga/top.v"
],
"top": "top",
"name": "netv2-fpga",
"data": [
"src/netv2-fpga/mem.init",
"src/netv2-fpga/edid_mem_1.init",
"src/netv2-fpga/mem_2.init",
"src/netv2-fpga/edid_mem.init"
],
"clocks": {
"IO_CLK": 10.0
},
"vendors": {
"xilinx": ["netv2"]
},
"required_toolchains": ["vivado", "yosys-vivado"]
}
Loading

0 comments on commit a71e930

Please sign in to comment.