testbench

Guest
I wrote a testbench for a 4-bit syn counter.
i initialised a 4-bit variable inp ( declared as inout )to 0 and then
tried to increment it in a loop as
inp=inp + 1; But this statement is creating problems
 
On 17 Nov, 06:28, whereismel...@gmail.com wrote:
I wrote a testbench for a 4-bit syn counter.
i initialised a 4-bit variable inp ( declared as inout )to 0 and then
tried to increment it in a loop as
inp=inp + 1;   But this statement is creating problems
Plase post the code that is causing problems.
 
On Sun, 16 Nov 2008 22:28:16 -0800 (PST), whereismelvin@gmail.com wrote:

I wrote a testbench for a 4-bit syn counter.
i initialised a 4-bit variable inp ( declared as inout )to 0 and then
tried to increment it in a loop as
inp=inp + 1; But this statement is creating problems
shud b inp:=inp + 1;

hth
- Brian
 

Welcome to EDABoard.com

Sponsor

Back
Top