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)
Need help to figure out syntax error code
I've been following a few snippits given by professor to fill in gaps of code and now that I am finished I'm get and I keep getting error and can't figure out what its asking
Error (10500): VHDL synta...

Ben G
Votes: 0
Answers: 1
Can you import a vhdl package in a systemverilog file?
Can you import a vhdl package in a systemverilog file?
Let's say I have a VHDL package:
library ieee;
use ieee.std_logic_1164.all;
-- FILE: my_pkg.vhd
package my_pkg is
type ty...

pico
Votes: 0
Answers: 2
VHDL Increment Signal doesn't work properly
I have a problem with my vhdl code. I have a signal whitch I want to increment every phase. So i wrote this code:
--module.vhd
enter image description here
library ieee;
use ieee.std_logic_1164.all;...
patro98
Votes: 0
Answers: 2
VHDL ERROR: formal port 'num' has no actual or default value
I have this compilation error in Vivado when trying to port a simple testing device to setup simulations. This is found when standing on the 'uut : testing_logic' line. I have triple checked my commas...
Anthony DeVore
Votes: 0
Answers: 1