[Test] Add example XML for net mapping between benchmark to FPGA

This commit is contained in:
tangxifan 2021-01-19 09:29:21 -07:00
parent c7f02601ab
commit ab25e1af5f
1 changed files with 9 additions and 0 deletions

View File

@ -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>