URL
https://opencores.org/ocsvn/sgmii/sgmii/trunk
Subversion Repositories sgmii
[/] [sgmii/] [trunk/] [src/] [mAltGX/] [mAlt8b10bdec.v] - Rev 23
Go to most recent revision | Compare with Previous | Blame | View Log
// megafunction wizard: %8B10B Encoder-Decoder v12.0% // GENERATION: XML // ============================================================ // Megafunction Name(s): // mAlt8b10bdec_dec8b10b // ============================================================ // 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 mAlt8b10bdec ( clk, reset_n, idle_del, ena, datain, rdforce, rdin, valid, dataout, kout, kerr, rdcascade, rdout, rderr); input clk; input reset_n; input idle_del; input ena; input [9:0] datain; input rdforce; input rdin; output valid; output [7:0] dataout; output kout; output kerr; output rdcascade; output rdout; output rderr; mAlt8b10bdec_dec8b10b mAlt8b10bdec_dec8b10b_inst( .clk(clk), .reset_n(reset_n), .idle_del(idle_del), .ena(ena), .datain(datain), .rdforce(rdforce), .rdin(rdin), .valid(valid), .dataout(dataout), .kout(kout), .kerr(kerr), .rdcascade(rdcascade), .rdout(rdout), .rderr(rderr)); 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="mAlt8b10bdec_dec8b10b" > // 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="mAlt8b10bdec" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_direction" value="decoder" type="STRING" enable="1" /> // Retrieval info: <PRIVATE name = "p_port_type" value="signal" type="STRING" enable="0" /> // 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="mAlt8b10bdec.vo" type="STRING" enable="1" /> // Retrieval info: </NAMESPACE> // Retrieval info: <NAMESPACE name = "greybox"> // Retrieval info: <PRIVATE name = "filename" value="mAlt8b10bdec_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: mAlt8b10bdec_dec8b10b.v, mAlt8b10bdec.v; // IPFS_FILES: mAlt8b10bdec.vo; // =========================================================
Go to most recent revision | Compare with Previous | Blame | View Log