A couple of times recently, I’ve found myself staring at VHDL code that starts thus:
library ieee;
use ieee.std_logic_arith.all;
and had to explain to the author that this is wrong. Yes, using an IEEE-library is *wrong*… how can this be?
Musings, parallel thoughts
A couple of times recently, I’ve found myself staring at VHDL code that starts thus:
library ieee;
use ieee.std_logic_arith.all;
and had to explain to the author that this is wrong. Yes, using an IEEE-library is *wrong*… how can this be?