Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] change radix of particular signal in modelsim wave window

Status
Not open for further replies.

rakeshk.r

Member level 2
Member level 2
Joined
Nov 12, 2013
Messages
47
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Visit site
Activity points
421
HI,
I am adding all the signals in component U_2 to modelsim wave window using this command:

add wave sim:/tb_test_hw/uut/U_2/*

Now i want to change the radix of a particular signal, say "out1" to unsigned, from this component U_2. How do i do it from modelsim command line/tcl script ?

I am aware that,

"add wave -radix unsigned sim:/tb_test_hw/uut/U_2/out1"

would change the radix of the signal "out1". Suppose, I use both these commands, then it would replicate "out1" one more time in the wave window and then i had to delete manually the one with binary representation, which i don't want do. So how do i do it with out manually deleting. This might be a trivial issue but i am just curious to know. Thank you.
 

radix signal
This command sets or inspects radix values for the specified signal in the Objects, Locals,Schematic, and Wave windows.

Code:
radix signal sim:/tb_test_hw/uut/U_2/out1 unsigned
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top