mirror of https://github.com/VLSIDA/OpenRAM.git
Delete temp files
This commit is contained in:
parent
9ef4cf14c5
commit
35c1f2d8a5
|
|
@ -1,7 +0,0 @@
|
|||
[globals/init_openram]: Initializing OpenRAM...
|
||||
[globals/setup_paths]: Setting up paths...
|
||||
[globals/setup_paths]: Temporary files saved in /home/jesse/output/
|
||||
[globals/read_config]: Configuration file is /home/jesse/skywater-tech/riscv_1k_s8.py
|
||||
[globals/read_config]: Output saved in /home/jesse/openram/compiler/riscv/
|
||||
[globals/import_tech]: Importing technology: s8
|
||||
[globals/import_tech]: Adding technology path: /home/jesse/openram/technology
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,61 +0,0 @@
|
|||
[globals/init_openram]: Initializing OpenRAM...
|
||||
[globals/setup_paths]: Setting up paths...
|
||||
[globals/setup_paths]: Temporary files saved in /home/jesse/output/
|
||||
[globals/read_config]: Configuration file is /home/jesse/skywater-tech/riscv_1k_s8.py
|
||||
[globals/read_config]: Output saved in /home/jesse/openram/compiler/riscv/
|
||||
[globals/import_tech]: Importing technology: sky130
|
||||
[globals/import_tech]: Adding technology path: /home/jesse/openram/technology
|
||||
[globals/init_paths]: Creating temp directory: /home/jesse/output/
|
||||
[verify/<module>]: Initializing verify...
|
||||
[verify/<module>]: LVS/DRC/PEX disabled.
|
||||
[characterizer/<module>]: Initializing characterizer...
|
||||
[characterizer/<module>]: Analytical model enabled.
|
||||
[globals/setup_bitcell]: Using bitcell: bitcell_1rw_1r
|
||||
|==============================================================================|
|
||||
|========= OpenRAM v1.1.5 =========|
|
||||
|========= =========|
|
||||
|========= VLSI Design and Automation Lab =========|
|
||||
|========= Computer Science and Engineering Department =========|
|
||||
|========= University of California Santa Cruz =========|
|
||||
|========= =========|
|
||||
|========= Usage help: openram-user-group@ucsc.edu =========|
|
||||
|========= Development help: openram-dev-group@ucsc.edu =========|
|
||||
|========= Temp dir: /home/jesse/output/ =========|
|
||||
|========= See LICENSE for license info =========|
|
||||
|==============================================================================|
|
||||
** Start: 06/25/2020 07:53:43
|
||||
Technology: sky130
|
||||
Total size: 8192 bits
|
||||
Word size: 32
|
||||
Words: 256
|
||||
Banks: 1
|
||||
Write size: 8
|
||||
RW ports: 1
|
||||
R-only ports: 1
|
||||
W-only ports: 0
|
||||
DRC/LVS/PEX is only run on the top-level design to save run-time (inline_lvsdrc=True to do inline checking).
|
||||
DRC/LVS/PEX is disabled (check_lvsdrc=True to enable).
|
||||
Characterization is disabled (using analytical delay models) (analytical_delay=False to simulate).
|
||||
[bitcell_1rw_1r/__init__]: Create bitcell with 1RW and 1R Port
|
||||
[sram_config/recompute_sizes]: Recomputing with words per row: 2
|
||||
[sram_config/recompute_sizes]: Rows: 128 Cols: 64
|
||||
[sram_config/recompute_sizes]: Row addr size: 7 Col addr size: 1 Bank addr size: 8
|
||||
Words per row: 2
|
||||
Output files are:
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.sp
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.v
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.lib
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.py
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.html
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.log
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.lef
|
||||
/home/jesse/openram/compiler/riscv/sram_1rw1r_32_256_8_sky130.gds
|
||||
[sram/__init__]: create sram of size 32 with 256 num of words 1 banks
|
||||
[dff_array/__init__]: Creating row_addr_dff rows=7 cols=1
|
||||
[dff_array/__init__]: Creating col_addr_dff rows=1 cols=1
|
||||
[dff_array/__init__]: Creating data_dff rows=1 cols=32
|
||||
[dff_array/__init__]: Creating wmask_dff rows=1 cols=4
|
||||
[bank/__init__]: create sram of size 32 with 256 words
|
||||
[port_data/__init__]: create data port of size 32 with 2 words per row
|
||||
[precharge/__init__]: creating precharge cell precharge
|
||||
[pgate/bin_width]: binning pmos tx, target: 0.44999999999999996, found 0.55 x 1 = 0.55
|
||||
Loading…
Reference in New Issue