URL
https://opencores.org/ocsvn/sgmii/sgmii/trunk
Subversion Repositories sgmii
[/] [sgmii/] [trunk/] [src/] [mAltGX/] [mAlt8b10benc.v] - Rev 13
Compare with Previous | Blame | View Log
// megafunction wizard: %8B10B Encoder-Decoder v12.0% // GENERATION: XML // ============================================================ // Megafunction Name(s): // mAlt8b10benc_enc8b10b // ============================================================ // Generated by 8B10B Encoder-Decoder 12.0 [Altera, IP Toolbench 1.3.0 Build 178] // ************************************************************ // THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE! // ************************************************************ // Copyright (C) 1991-2012 Altera Corporation // Any megafunction design, and related net list (encrypted or decrypted), // support information, device programming or simulation file, and any other // associated documentation or information provided by Altera or a partner // under Altera's Megafunction Partnership Program may be used only to // program PLD devices (but not masked PLD devices) from Altera. Any other // use of such megafunction design, net list, support information, device // programming or simulation file, or any other related documentation or // information is prohibited for any other purpose, including, but not // limited to modification, reverse engineering, de-compiling, or use with // any other silicon devices, unless such use is explicitly licensed under // a separate agreement with Altera or a megafunction partner. Title to // the intellectual property, including patents, copyrights, trademarks, // trade secrets, or maskworks, embodied in any such megafunction design, // net list, support information, device programming or simulation file, or // any other related documentation or information provided by Altera or a // megafunction partner, remains with Altera, the megafunction partner, or // their respective licensors. No other licenses, including any licenses // needed under any third party's intellectual property, are provided herein. module mAlt8b10benc ( clk, reset_n, idle_ins, kin, ena, datain, rdin, rdforce, kerr, dataout, valid, rdout, rdcascade); input clk; input reset_n; input idle_ins; input kin; input ena; input [7:0] datain; input rdin; input rdforce; output kerr; output [9:0] dataout; output valid; output rdout; output rdcascade; mAlt8b10benc_enc8b10b mAlt8b10benc_enc8b10b_inst( .clk(clk), .reset_n(reset_n), .idle_ins(idle_ins), .kin(kin), .ena(ena), .datain(datain), .rdin(rdin), .rdforce(rdforce), .kerr(kerr), .dataout(dataout), .valid(valid), .rdout(rdout), .rdcascade(rdcascade)); endmodule // ========================================================= // 8B10B Encoder-Decoder Wizard Data // =============================== // DO NOT EDIT FOLLOWING DATA // @Altera, IP Toolbench@ // Warning: If you modify this section, 8B10B Encoder-Decoder Wizard may not be able to reproduce your chosen configuration. // // Retrieval info: <?xml version="1.0"?> // Retrieval info: <MEGACORE title="8B10B Encoder-Decoder MegaCore Function" version="12.0" build="263" iptb_version="1.3.0 Build 178" format_version="120" > // Retrieval info: <NETLIST_SECTION class="altera.ipbu.flowbase.netlist.model.MVCModel" active_core="mAlt8b10benc_enc8b10b" > // Retrieval info: <STATIC_SECTION> // Retrieval info: <PRIVATES> // Retrieval info: <NAMESPACE name = "parameterization"> // Retrieval info: <PRIVATE name = "p_ed8b10b" value="1" type="BOOLEAN" enable="1" /> // Retrieval info: <PRIVATE name = "megawizard2" value="1" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "activate_atstartup" value="1" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "window_location" value="center" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_iptb_top" value="mAlt8b10benc" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_direction" value="encoder" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_port_type" value="flop" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_family_id" value="df_stingray" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_cbx_hdl_language" value="verilog" type="STRING" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "quartus_settings"> // Retrieval info: <PRIVATE name = "WEB_BROWSER" value="netscape" type="STRING" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "simgen_enable"> // Retrieval info: <PRIVATE name = "language" value="Verilog HDL" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "enabled" value="1" type="BOOLEAN" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "hdl_generator"> // Retrieval info: <PRIVATE name = "report" value="1" type="BOOLEAN" enable="1" /> // Retrieval info: <PRIVATE name = "blackbox" value="0" type="BOOLEAN" enable="1" /> // Retrieval info: <PRIVATE name = "component" value="0" type="BOOLEAN" enable="1" /> // Retrieval info: <PRIVATE name = "symbol" value="0" type="BOOLEAN" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "simgen"> // Retrieval info: <PRIVATE name = "filename" value="mAlt8b10benc.vo" type="STRING" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "greybox"> // Retrieval info: <PRIVATE name = "filename" value="mAlt8b10benc_syn.v" type="STRING" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "serializer"/> // Retrieval info: </PRIVATES> // Retrieval info: <FILES/> // Retrieval info: <PORTS/> // Retrieval info: <LIBRARIES/> // Retrieval info: </STATIC_SECTION> // Retrieval info: </NETLIST_SECTION> // Retrieval info: </MEGACORE> // ========================================================= // RELATED_FILES: mAlt8b10benc_enc8b10b.v, mAlt8b10benc.v; // IPFS_FILES: mAlt8b10benc.vo; // =========================================================