Forum Discussion

mappy5's avatar
mappy5
Icon for New Contributor rankNew Contributor
4 years ago
Solved

clock signal used as data

I got an error when compiling the RTL provided by the 3rd IP vendor. Verilog HDL or VHDL error at [~rtlfile name~](line) : unsupported use of clock signal 'clk' , clock used as data Pointed out...
  • sstrell's avatar
    4 years ago

    If this is IP from a 3rd party (especially if you purchased it), you should point out the error to them. Yes, that code should be edited. posedge already implies that the clock is high. That if check is unnecessary.