swaps
Newbie level 4
- Joined
- Nov 4, 2012
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,323
Hi,
I have a problem with .tcl script in RTL Compiler cadence.
I have a libcells BUF1,BUF4,INV4,INV21,etc. I want to synthesis for all these cells. But problem is i cant get the correct script for these. When i run the script found error " invalid atribute name ...... "
Let me explain 1 example that i have done, I wrote verilog code for buffer with primitive "buf". Have tcl script to synthesize same.
i tried to set the attribute for buffer i.e.
set_attribute preserve true {libcell_name}
or
set_attribute primitive_function buffer {true}
but getting error that invalid attribute.
When i dont write this attribute it'll synthesize successfully but it shows only net from input to output in GUI, that i dont want.
Can anybody help about these issues.
Thank You.
I have a problem with .tcl script in RTL Compiler cadence.
I have a libcells BUF1,BUF4,INV4,INV21,etc. I want to synthesis for all these cells. But problem is i cant get the correct script for these. When i run the script found error " invalid atribute name ...... "
Let me explain 1 example that i have done, I wrote verilog code for buffer with primitive "buf". Have tcl script to synthesize same.
i tried to set the attribute for buffer i.e.
set_attribute preserve true {libcell_name}
or
set_attribute primitive_function buffer {true}
but getting error that invalid attribute.
When i dont write this attribute it'll synthesize successfully but it shows only net from input to output in GUI, that i dont want.
Can anybody help about these issues.
Thank You.