|
From: Cary R. <cy...@ya...> - 2008-04-09 01:29:53
|
--- Larry Doolittle <ldo...@re...> wrote:
> You have to let me assign to a wire.
> All Verilog code that I've seen is full of that construct.
I guess I forgot to mention this is for a procedural assign:
initial begin
rval = 1'b0;
#1 assign rval = 1'b1;
#1 deassign rval;
end
This has nothing to do with a normal continuous assignment which only
works on wires.
Cary
____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
|