- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is there anyone knows an easier way to delay a signal by several clk cycles in verilog I was trying to use repeat as below, however, it only works when I run RTL simulation, it will not work when I run gate level simulation. data_out <= repeat (15) @(posedge clk ) data; Thanks!!Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Hi, Is there anyone knows an easier way to delay a signal by several clk cycles in verilog I was trying to use repeat as below, however, it only works when I run RTL simulation, it will not work when I run gate level simulation. data_out <= repeat (15) @(posedge clk ) data; Thanks!! --- Quote End --- It's called a SHIFT REGISTER. Google: shift register verilog code

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page