refine doc hierarchy
This commit is contained in:
parent
c7783575d9
commit
5d697da4e7
|
@ -1,5 +1,5 @@
|
||||||
Define Circuit-level Modules
|
Define Circuit-level Modules
|
||||||
========================================================================
|
----------------------------
|
||||||
|
|
||||||
To support FPGA SPICE, Verilog and Bitstream Generator, physical modules containing gate-level and transistor-level features are required for FPGA primitive blocks.
|
To support FPGA SPICE, Verilog and Bitstream Generator, physical modules containing gate-level and transistor-level features are required for FPGA primitive blocks.
|
||||||
The physical modules are defined in XML syntax, similar to the original VPR FPGA architecture description language.
|
The physical modules are defined in XML syntax, similar to the original VPR FPGA architecture description language.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Link circuit modules
|
Link circuit modules
|
||||||
====================
|
--------------------
|
||||||
Each defined SPICE model should be linked to a FPGA module defined in the original part of architecture descriptions. It helps FPGA-SPICE creating the SPICE netlists for logic/routing blocks. Since the original part lacks such support, we create a few XML properties to link to SPICE models.
|
Each defined SPICE model should be linked to a FPGA module defined in the original part of architecture descriptions. It helps FPGA-SPICE creating the SPICE netlists for logic/routing blocks. Since the original part lacks such support, we create a few XML properties to link to SPICE models.
|
||||||
|
|
||||||
SRAM
|
SRAM
|
||||||
|
|
Loading…
Reference in New Issue