Forum Discussion
Firefighter
New Contributor
4 years agoMAXII Code
Hi Intel,
I am reading some reference code for MAXII CPLD. It is below. I do not understand what it is doing. Any one can help?
maxii_io d_bit_13(.datain ( sck), //serial_clk_out .oe (DC2026_D...
sstrell
Super Contributor
4 years agoThis is an instantiation of a module named max_ii_io. datain, oe, padio, and combout are the I/O of the module and sclk, DC2026_DETECT, SCK_33, and B13 are what they connect to in the current level of the design. The defparam is sending a parameter value of "bidir" to a parameter named operation_mode in the instantiated module.
Firefighter
New Contributor
4 years agoHi Sstrell,
Thanks for your reply.
Is max_ii_io module a library or something that Quartus integrated, just like DFF? I tried to search it in the project verilog code, but could not find it. I also search it in the MAXII book. No luck.
Cheers
- sstrell4 years ago
Super Contributor
Not a clue. This is just standard Verilog code. I don't know where you got it from or where you saw it.