python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I am getting error when check my systemverilog code in quartus II
I have this simple code checked with Quartus II. First, It gives me error 5000 iterations for loop limit then I try to change verilog constant loop limit variable in settings and now it is giving me t...
Dang Nhat
Votes: 0
Answers: 1
Changing triggering edge depending on clock polarity signal
I'm trying to implement some logic that is either triggered on a rising or falling edge of the same clock, depending on a clock polarity signal. I tried the following but got an error message in Quart...
tobiashellbusch
Votes: 0
Answers: 1
Verilog HDL syntax error at practice.v(7) near text "or"; expecting ")"
I have changed the setting to the same name as the module. There are no other Verilog files in the folder where this file is stored. I don't know what is wrong with the grammar.
module test(A,B,F);
in...
周志桓
Votes: 0
Answers: 2