Ashutosh-3107

Results 10 comments of Ashutosh-3107

> `set ::env(FP_CORE_UTIL) 0.7` update to `set ::env(FP_CORE_UTIL) 40` and try. > Core utilization in the range of 30-70 value normally and remaining space for routing. [INFO] Floorplanned on a...

> Can you post your configuration? ``` set ::env(DESIGN_NAME) {Pipeline_top} set ::env(VERILOG_FILES) [glob $::env(DESIGN_DIR)/src/Hazard_unit.v $::env(DESIGN_DIR)/src/Data_Memory.v $::env(DESIGN_DIR)/src/ALU.v $::env(DESIGN_DIR)/src/Sign_Extend.v $::env(DESIGN_DIR)/src/Register_File.v $::env(DESIGN_DIR)/src/ALU_Decoder.v $::env(DESIGN_DIR)/src/Main_Decoder.v $::env(DESIGN_DIR)/src/Control_Unit_Top.v $::env(DESIGN_DIR)/src/Instruction_Memory.v $::env(DESIGN_DIR)/src/Mux.v $::env(DESIGN_DIR)/src/PC_Adder.v $::env(DESIGN_DIR)/src/PC.v $::env(DESIGN_DIR)/src/Writeback_Cycle.v $::env(DESIGN_DIR)/src/Memory_Cycle.v $::env(DESIGN_DIR)/src/Execute_Cycle.v $::env(DESIGN_DIR)/src/Decode_Cyle.v $::env(DESIGN_DIR)/src/Fetch_Cycle.v...

> Looks like you can also specify the LEF file in Tools -> Manage Technologies -> Reader Options -> LEF/DEF. tried both the methods still the same error pops

> @Ashutosh-3107 What LEF file are you using? I have uploaded in the Reproduction material

I am unsure which lef file to use > only contains the DEF data. What LEF file are you using?

But i am importing the sky130 A technology in klayout in the reader option , it is not displaying the layout

![Screenshot 2024-02-27 221946](https://github.com/The-OpenROAD-Project/OpenLane/assets/159696526/f33a7e65-c0b1-4e18-ad86-b3334b77a3cc) ![Screenshot 2024-02-27 222011](https://github.com/The-OpenROAD-Project/OpenLane/assets/159696526/18b7909d-469d-42bc-ad13-50ac6e55b1e6) ![Screenshot 2024-02-27 222024](https://github.com/The-OpenROAD-Project/OpenLane/assets/159696526/5cf9380d-2249-4b5b-819f-97423da52a16)

> I doubt you need all 3 files, but I don't know if it causes a problem. > > Can you `grep sky130_fd_sc_hd__dfrtp_2 `? ![Screenshot 2024-02-27 225400](https://github.com/The-OpenROAD-Project/OpenLane/assets/159696526/a0a33114-588c-4939-99a6-25bd44a9482f) ![Screenshot 2024-02-27 225415](https://github.com/The-OpenROAD-Project/OpenLane/assets/159696526/9eaf5bcb-c6fb-4f5f-afe4-f16b639b9753)...

> @Ashutosh-3107 I'm using a different pdk version, but I'm able to open the def file with only specifying the one lef file from the pdk. Can you try with...

> @Ashutosh-3107 > > I tried for spm design with floorplan `spm.def` with KLayout loading properly. ![Load_def_with_KLayout](https://private-user-images.githubusercontent.com/85787913/308521822-c5ca500a-16de-4fdc-9412-09d9af2eb221.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDkxMjIyNzAsIm5iZiI6MTcwOTEyMTk3MCwicGF0aCI6Ii84NTc4NzkxMy8zMDg1MjE4MjItYzVjYTUwMGEtMTZkZS00ZmRjLTk0MTItMDlkOWFmMmViMjIxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjI4VDEyMDYxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlmOTFiOWYzODRlZDA0MTI1MWUzYzg4YjgwYTk5MGFiZWQ3ZTQyYjdkYzEzNGEwMTQwY2ZmYjkxYzhhMjg4YjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.4sD-keWC11xvfNLAjJi8-Y_Q4duh3U_v4VL4qiztyiI) > > You can try adding in LEF files space only with `merged.nom.lef`...