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] help psl force signal embedded vhdl (compiled, simulated by modelsim 6.5a)

Status
Not open for further replies.

nicklas_a74

Member level 1
Joined
Oct 4, 2002
Messages
37
Helped
8
Reputation
16
Reaction score
7
Trophy points
1,288
Activity points
316
Hi

I want to use embedded psl into a vhdl testbench and force a signal
to e.g. '0' and then unforce it. How to write psl for this? I compile and
simulate my design using modelsim 6.5a. I have seen different syntax for
this but unsure how to get it to work. I dont want to write commands
in modelsim only embed it into the "normal" testbench .vhdl file

--psl ??? <= force '0';
 

Hi

I want to use embedded psl into a vhdl testbench and force a signal
to e.g. '0' and then unforce it. How to write psl for this? I compile and
simulate my design using modelsim 6.5a. I have seen different syntax for
this but unsure how to get it to work. I dont want to write commands
in modelsim only embed it into the "normal" testbench .vhdl file

--psl ??? <= force '0';


HI
Check the ModelSim reference manual
https://cseweb.ucsd.edu/classes/fa10/cse140L/lab/docs/modelsim_ref.pdf
page 130 "signal spy"

Alsaadawi
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top