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 agoNot sure how many still remember 74xxx series TTL components that were popular till late 90's.
74151 is one of those. They are relatively primitive to implement functions needed nowadays. You may want to create an RTL model of it, which probably only a few lines instead of going through the trouble looking for the library.