Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAll I know regarding the tornado_epcs_controller_atom, I know from looking to some files generated by the SOPC-builder. You can use it like this:
module tornado_epcs_controller_atom ( // inputs: dclkin, oe, scein, sdoin, // outputs: data0out ); : : tornado_epcs_controller_atom the_tornado_epcs_controller_atom ( .data0out (miso_of_spi), .dclkin (clk_of_spi), .oe (1'b0), .scein (cs_of_spi), .sdoin (mosi_of_spi) ); Again, take care to not access to flash too early after configuration... (At least one Cyclone-family was a little bit critical there...) And regarding the reptuation power: - It indeed appears to depend on the join-date. - And I think, reputation-power and reputation should not be mixed up;)