On Thu, 06 Jan 2005 14:45:07 -0500, David Howland
<dhowland@xxxxxxxxxxxxx> wrote:
Say I want to make a clocked, enabled register. This would simply be
the following in behavioral verilog:
always @(posedge clk) begin
what if you try:
always @(posedge clk or en) begin
with Icarus?
--
- Charles Lepple
On Thu, 06 Jan 2005 14:45:07 -0500, David Howland
<dhowland@xxxxxxxxxxxxx> wrote:
Say I want to make a clocked, enabled register. This would simply be
the following in behavioral verilog:
always @(posedge clk) begin
what if you try:
always @(posedge clk or en) begin
with Icarus?
--
- Charles Lepple