[Test] Add example XML for net mapping between benchmark to FPGA
This commit is contained in:
parent
c7f02601ab
commit
ab25e1af5f
|
@ -0,0 +1,9 @@
|
|||
<fpga_port_nets>
|
||||
<!-- For a given .blif file, we want to assign
|
||||
- the clk0 signal to the clk[0] port of the FPGA fabric
|
||||
- the clk1 signal to the clk[1] port of the FPGA fabric
|
||||
-->
|
||||
<port net="clk0" fpga="clk[0]"/>
|
||||
<port net="clk1" fpga="clk[1]"/>
|
||||
</fpga_port_nets>
|
||||
|
Loading…
Reference in New Issue