[Arch] Bug fix in caravel arch
This commit is contained in:
parent
6b48ee7f0b
commit
bce8233019
|
@ -25,6 +25,15 @@
|
||||||
-->
|
-->
|
||||||
<models>
|
<models>
|
||||||
<!-- A virtual model for I/O to be used in the physical mode of io block -->
|
<!-- A virtual model for I/O to be used in the physical mode of io block -->
|
||||||
|
<model name="io">
|
||||||
|
<input_ports>
|
||||||
|
<port name="outpad"/>
|
||||||
|
</input_ports>
|
||||||
|
<output_ports>
|
||||||
|
<port name="inpad"/>
|
||||||
|
</output_ports>
|
||||||
|
</model>
|
||||||
|
|
||||||
<model name="frac_lut4">
|
<model name="frac_lut4">
|
||||||
<input_ports>
|
<input_ports>
|
||||||
<port name="in"/>
|
<port name="in"/>
|
||||||
|
|
Loading…
Reference in New Issue