Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI am stuck
I tried to implement the following code, copied from Page 37 of the ALTERA Verilog manual: module compinst (data,clock,clearn,presetn,a,b,c,gn,d,q_out,y,wn); input data,clock,clearn,presetn...
Altera_Forum
Honored Contributor
12 years agoThe said 74xx components are part of the maxplus2 library. You'll find it under quartus\libraries\others\maxplus2
You'll notice that the components are present either as AHDL (*.tdf) or Block Editor (*.bdf) files. The respective Verilog module definition (a_74151b) used in the old MaxPlus Verilog manual example is apparently no longer available by default in Quartus, but you can access it by adding quartus\libraries\vhdl\altera\maxplus2.vhd to your design.