python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Iverilog include file can't find and modules are missing
I write Makefile to compile my current project. But the including file and module in testbench can't be found.
The error information
makefile
source list
It will work if I put all the source files ...
Vayne
Votes: 0
Answers: 1
Verilog Error: "Syntax in assignment statement l-value." when writing a simple alu
I am having trouble finding the syntax error in this code of a simple simulator of MIPS alu functions. The error appears in the else of the case 6'b001000: // addi:
ALU_.v:112: syntax error
ALU_.v:11...
wastecvd
Votes: 0
Answers: 1
Are recursive functions in Verilog synthesizable?
Functions which do not contain any delay assignments are synthesizable, hence all synthesized functions are combinational in nature. Will the function still remain synthesizable if we have a recursive...
j_robot
Votes: 0
Answers: 1
I am trying use the output of a 16-bit encoder as to give input to the register (PIPO)
I am trying use the output of a 16-bit encoder as to give input to the register(PIPO).
The 16-bit encoder will give 4-bit binary output; these 4-bit binary output will be given as input to the registe...
Sobebar Ali
Votes: 0
Answers: 2