[Arch] Bug fix in caravel arch

This commit is contained in:
tangxifan 2020-11-04 20:58:58 -07:00
parent 6b48ee7f0b
commit bce8233019
1 changed files with 9 additions and 0 deletions

View File

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