[Arch] Add an example definition of external bitstream to openfpga arch with soft adder

This commit is contained in:
tangxifan 2021-02-01 14:26:11 -07:00
parent 10302752a7
commit df88e2adc0
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@
<!-- Binding operating pb_type to physical pb_type -->
<!-- Binding operating pb_types in mode 'arithmetic' -->
<pb_type name="clb.fle[arithmetic].soft_adder.adder_lut4" physical_pb_type_name="clb.fle[physical].fabric.frac_logic.frac_lut4" mode_bits="1">
<external_bitstream source="eblif" attribute=".param" keyword_to_ignore="LUT"/>
</pb_type>
<pb_type name="clb.fle[arithmetic].soft_adder.ff" physical_pb_type_name="clb.fle[physical].fabric.ff"/>
<pb_type name="clb.fle[arithmetic].soft_adder.carry_follower" physical_pb_type_name="clb.fle[physical].fabric.frac_logic.carry_follower"/>