Update file_organization.rst

Correction of the hierarchy
This commit is contained in:
BaudouinChauviere 2018-12-03 14:09:11 -07:00 committed by GitHub
parent 9c97125b0d
commit cd301a5bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ Under the <spice_dir>, FPGA-SPICE creates a number of folders: include, subckt,
The folders contain the sub-circuits and testbenches and their contents are shown as following.
.. csv-table:: Folder hierarchy of FPGA-SPICE
:header: "Folder", "Content includes the header files which contain the parameters for stimulate and measurement, as defined in <tech_lib>"
:header: "Folder", "Content"
:widths: 10, 20
"includes", "The header files which contain the parameters for stimulate and measurement, as defined in <tech_lib>"
"subckt", "Contain all the auto-generated sub-circuits, such as inverters, buffers, transmission gates, multiplexers, LUTs and even logic blocks, connection boxes and switch blocks."
"lut_tb", "Contain all the testbenches for LUTs. This folder is created only when option print_spice_lut_testbench is enabled."
"dff_tb", "Contain all the testbenches for FFs. This folder is created only when option print_spice_dff_testbench is enabled."