Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OpenFPGA
Submodule OpenFPGA updated 46 files
+1 −1 VERSION.md
+4 −0 docs/source/manual/file_formats/index.rst
+80 −0 docs/source/manual/file_formats/reference_file.rst
+50 −0 docs/source/manual/file_formats/unique_blocks.rst
+67 −0 docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst
+209 −14 openfpga/src/annotation/device_rr_gsb.cpp
+52 −11 openfpga/src/annotation/device_rr_gsb.h
+157 −0 openfpga/src/annotation/read_xml_unique_blocks.cpp
+39 −0 openfpga/src/annotation/read_xml_unique_blocks.h
+190 −0 openfpga/src/annotation/write_xml_unique_blocks.cpp
+37 −0 openfpga/src/annotation/write_xml_unique_blocks.h
+99 −10 openfpga/src/base/openfpga_build_fabric_template.h
+17 −11 openfpga/src/base/openfpga_pb_pin_fixup.cpp
+1 −1 openfpga/src/base/openfpga_pb_pin_fixup.h
+2 −0 openfpga/src/base/openfpga_pb_pin_fixup_template.h
+155 −1 openfpga/src/base/openfpga_setup_command_template.h
+123 −0 openfpga/src/utils/report_reference.cpp
+30 −0 openfpga/src/utils/report_reference.h
+1 −1 openfpga_flow/openfpga_shell_scripts/example_clkntwk_pb_pin_fixup_no_ace_script.openfpga
+52 −0 openfpga_flow/openfpga_shell_scripts/read_unique_blocks_example_script.openfpga
+79 −0 openfpga_flow/openfpga_shell_scripts/read_unique_blocks_full_flow_example_script.openfpga
+82 −0 openfpga_flow/openfpga_shell_scripts/read_write_unique_blocks_full_flow_example_script.openfpga
+37 −0 openfpga_flow/openfpga_shell_scripts/report_reference_example_script.openfpga
+49 −0 openfpga_flow/openfpga_shell_scripts/write_unique_blocks_example_script.openfpga
+80 −0 openfpga_flow/openfpga_shell_scripts/write_unique_blocks_full_flow_example_script.openfpga
+13 −0 openfpga_flow/regression_test_scripts/basic_reg_test.sh
+1 −0 openfpga_flow/tasks/basic_tests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup/config/task.conf
+34 −0 ..._tests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup_msb/config/clk_arch_1clk_1rst_2layer.xml
+8 −0 .../basic_tests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup_msb/config/pin_constraints_clk.xml
+8 −0 .../basic_tests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup_msb/config/pin_constraints_rst.xml
+8 −0 ...ests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup_msb/config/pin_constraints_rst_and_clk.xml
+4 −0 ...sic_tests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup_msb/config/repack_pin_constraints.xml
+57 −0 ...pga_flow/tasks/basic_tests/clock_network/homo_1clock_1reset_2layer_on_lut_pb_pin_fixup_msb/config/task.conf
+35 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_unique_blocks/config/task.conf
+22 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_unique_blocks/read_unique_block.xml
+42 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_unique_blocks_full_flow/config/task.conf
+1 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_unique_blocks_full_flow/config/tile_config.xml
+92 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_unique_blocks_full_flow/read_unique_block.xml
+42 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_write_unique_blocks/config/task.conf
+1 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_write_unique_blocks/config/tile_config.xml
+92 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/read_write_unique_blocks/read_unique_block.xml
+35 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/write_unique_blocks/config/task.conf
+41 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/write_unique_blocks_full_flow/config/task.conf
+1 −0 openfpga_flow/tasks/basic_tests/preload_unique_blocks/write_unique_blocks_full_flow/config/tile_config.xml
+36 −0 openfpga_flow/tasks/basic_tests/report_reference/config/task.conf
+1 −1 yosys