OpenFPGA/libopenfpga/libarchopenfpga/src
tangxifan 94047037c5 [OpenFPGA Tool] Streamline codes in openfpga arch parser 2020-09-27 14:33:14 -06:00
..
arch_direct.cpp add direct annotation with inter-column/row syntax 2020-02-14 17:40:59 -07:00
arch_direct.h add direct annotation with inter-column/row syntax 2020-02-14 17:40:59 -07:00
arch_direct_fwd.h add direct annotation with inter-column/row syntax 2020-02-14 17:40:59 -07:00
check_circuit_library.cpp [Check codes] add check codes for default circuit models. Error out when there is no default model in a defined group 2020-08-23 13:48:22 -06:00
check_circuit_library.h use error code in read_arch command 2020-06-11 19:31:07 -06:00
circuit_library.cpp [OpenFPGA Tool] Remove deprecated XML syntax 2020-09-26 14:30:57 -06:00
circuit_library.h [OpenFPGA Tool] Remove deprecated XML syntax 2020-09-26 14:30:57 -06:00
circuit_library_fwd.h immigrate XML parser for circuit_lib to library readarchopenfpga 2020-01-12 18:11:00 -07:00
circuit_types.h start developing frame-based configuration protocol 2020-06-11 19:31:09 -06:00
config_protocol.cpp add XML parser, writer and linker for configuration protocol data structure 2020-01-18 21:19:20 -07:00
config_protocol.h add XML parser, writer and linker for configuration protocol data structure 2020-01-18 21:19:20 -07:00
openfpga_arch.h add circuit model tech binding 2020-07-13 20:35:10 -06:00
openfpga_arch_linker.cpp add circuit model tech binding 2020-07-13 20:35:10 -06:00
openfpga_arch_linker.h add circuit model tech binding 2020-07-13 20:35:10 -06:00
pb_type_annotation.cpp added a new XML syntax: initial offset for physical mode pin mapping 2020-08-19 14:43:44 -06:00
pb_type_annotation.h update documentation for the initial offset when mapping physical pins 2020-08-19 15:00:46 -06:00
read_xml_circuit_library.cpp [OpenFPGA Tool] Streamline codes in openfpga arch parser 2020-09-27 14:33:14 -06:00
read_xml_circuit_library.h reorganized the read XML openfpga arch 2020-01-14 08:33:48 -07:00
read_xml_config_protocol.cpp [OpenFPGA Tool] Streamline codes in openfpga arch parser 2020-09-27 14:33:14 -06:00
read_xml_config_protocol.h add XML parser, writer and linker for configuration protocol data structure 2020-01-18 21:19:20 -07:00
read_xml_openfpga_arch.cpp [arch language] Now circuit library will automatically identify the default circuit model if needed 2020-08-23 14:06:03 -06:00
read_xml_openfpga_arch.h split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
read_xml_pb_type_annotation.cpp added a new XML syntax: initial offset for physical mode pin mapping 2020-08-19 14:43:44 -06:00
read_xml_pb_type_annotation.h start developing XML parser for pb_type annotation 2020-01-25 21:19:08 -07:00
read_xml_routing_circuit.cpp Now cross-column/row is optional to direct annotation in OpenFPGA architecture XML 2020-04-06 14:09:52 -06:00
read_xml_routing_circuit.h add direct annotation with inter-column/row syntax 2020-02-14 17:40:59 -07:00
read_xml_simulation_setting.cpp [OpenFPGA Tool] Streamline codes in openfpga arch parser 2020-09-27 14:33:14 -06:00
read_xml_simulation_setting.h split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
read_xml_technology_library.cpp [OpenFPGA Tool] Streamline codes in openfpga arch parser 2020-09-27 14:33:14 -06:00
read_xml_technology_library.h add missing file about XML parsers for technology library 2020-01-17 17:16:32 -07:00
simulation_setting.cpp split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
simulation_setting.h split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
technology_library.cpp add max_width to technology library XML syntax to support multi-bin transistor in FPGA-SPICE 2020-07-24 16:25:27 -06:00
technology_library.h add max_width to technology library XML syntax to support multi-bin transistor in FPGA-SPICE 2020-07-24 16:25:27 -06:00
technology_library_fwd.h rename some methods in technology library and start building associated XML parser 2020-01-17 16:44:57 -07:00
write_xml_circuit_library.cpp [OpenFPGA Tool] Remove deprecated XML syntax 2020-09-26 14:30:57 -06:00
write_xml_circuit_library.h developed XML writer for circuit library and start porting functions to openfpgautil library 2020-01-16 12:32:29 -07:00
write_xml_config_protocol.cpp add XML parser, writer and linker for configuration protocol data structure 2020-01-18 21:19:20 -07:00
write_xml_config_protocol.h add XML parser, writer and linker for configuration protocol data structure 2020-01-18 21:19:20 -07:00
write_xml_openfpga_arch.cpp remove simulation settings from openfpga arch data structure 2020-06-11 19:31:16 -06:00
write_xml_openfpga_arch.h split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
write_xml_pb_type_annotation.cpp added a new XML syntax: initial offset for physical mode pin mapping 2020-08-19 14:43:44 -06:00
write_xml_pb_type_annotation.h finish XML parser and writer for pb_type annotation 2020-01-26 15:54:49 -07:00
write_xml_routing_circuit.cpp add direct annotation with inter-column/row syntax 2020-02-14 17:40:59 -07:00
write_xml_routing_circuit.h add direct annotation with inter-column/row syntax 2020-02-14 17:40:59 -07:00
write_xml_simulation_setting.cpp split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
write_xml_simulation_setting.h split simulation settings to a separated XML file 2020-06-11 19:31:15 -06:00
write_xml_technology_library.cpp add max_width to technology library XML syntax to support multi-bin transistor in FPGA-SPICE 2020-07-24 16:25:27 -06:00
write_xml_technology_library.h add XML writer for technology library 2020-01-17 20:02:56 -07:00
write_xml_utils.cpp add fabric key library 2020-06-12 00:07:04 -06:00
write_xml_utils.h add fabric key library 2020-06-12 00:07:04 -06:00