`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 03:54:13 03/25/2007 // Design Name: // Module Name: ROM // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revision: // Revision 0.01 - File Created // Additional Comments: // ////////////////////////////////////////////////////////////////////////////////// module ROM(clock, en, address, instr); input clock; input en; input [16:0] address; output reg [31:0] instr; always @(posedge clock) if(en) begin case(address) {1'b0, 16'h0}: instr <= 32'h0bf00002; {1'b0, 16'h1}: instr <= 32'h00000000; {1'b0, 16'h2}: instr <= 32'h0000000d; {1'b0, 16'h3}: instr <= 32'h3c089fc0; {1'b0, 16'h4}: instr <= 32'h35081000; {1'b0, 16'h5}: instr <= 32'h01000008; {1'b0, 16'h6}: instr <= 32'h00000000; {1'b0, 16'h40}: instr <= 32'h00000000; {1'b0, 16'h41}: instr <= 32'h40086000; {1'b0, 16'h42}: instr <= 32'h00000000; {1'b0, 16'h43}: instr <= 32'h00000000; {1'b0, 16'h44}: instr <= 32'h3c090002; {1'b0, 16'h45}: instr <= 32'h01094025; {1'b0, 16'h46}: instr <= 32'h3508ff2a; {1'b0, 16'h47}: instr <= 32'h3c09ff4f; {1'b0, 16'h48}: instr <= 32'h3529ffeb; {1'b0, 16'h49}: instr <= 32'h01094024; {1'b0, 16'h4a}: instr <= 32'h40886000; {1'b0, 16'h4b}: instr <= 32'h00000000; {1'b0, 16'h4c}: instr <= 32'h00000000; {1'b0, 16'h4d}: instr <= 32'h20090080; {1'b0, 16'h4e}: instr <= 32'h240a0400; {1'b0, 16'h4f}: instr <= 32'ha1400000; {1'b0, 16'h50}: instr <= 32'h214a0004; {1'b0, 16'h51}: instr <= 32'h2129ffff; {1'b0, 16'h52}: instr <= 32'h1520fffc; {1'b0, 16'h53}: instr <= 32'h00000000; {1'b0, 16'h54}: instr <= 32'h40086000; {1'b0, 16'h55}: instr <= 32'h00000000; {1'b0, 16'h56}: instr <= 32'h00000000; {1'b0, 16'h57}: instr <= 32'h3c09fffd; {1'b0, 16'h58}: instr <= 32'h3529ffff; {1'b0, 16'h59}: instr <= 32'h01094024; {1'b0, 16'h5a}: instr <= 32'h40886000; {1'b0, 16'h5b}: instr <= 32'h00000000; {1'b0, 16'h5c}: instr <= 32'h00000000; {1'b0, 16'h5d}: instr <= 32'h20090080; {1'b0, 16'h5e}: instr <= 32'h240a0400; {1'b0, 16'h5f}: instr <= 32'ha1400000; {1'b0, 16'h60}: instr <= 32'h214a0004; {1'b0, 16'h61}: instr <= 32'h2129ffff; {1'b0, 16'h62}: instr <= 32'h1520fffc; {1'b0, 16'h63}: instr <= 32'h00000000; {1'b0, 16'h64}: instr <= 32'h3c1d8004; {1'b0, 16'h65}: instr <= 32'h37bd3ffc; {1'b0, 16'h66}: instr <= 32'h3c1c8001; {1'b0, 16'h67}: instr <= 32'h379cea80; {1'b0, 16'h68}: instr <= 32'h40086000; {1'b0, 16'h69}: instr <= 32'h00000000; {1'b0, 16'h6a}: instr <= 32'h00000000; {1'b0, 16'h6b}: instr <= 32'h35080001; {1'b0, 16'h6c}: instr <= 32'h3c09ffbe; {1'b0, 16'h6d}: instr <= 32'h3529ffff; {1'b0, 16'h6e}: instr <= 32'h01094024; {1'b0, 16'h6f}: instr <= 32'h40886000; {1'b0, 16'h70}: instr <= 32'h00000000; {1'b0, 16'h71}: instr <= 32'h00000000; {1'b0, 16'h72}: instr <= 32'h40087000; {1'b0, 16'h73}: instr <= 32'h00000000; {1'b0, 16'h74}: instr <= 32'h00000000; {1'b0, 16'h75}: instr <= 32'h21080004; {1'b0, 16'h76}: instr <= 32'h01000008; {1'b0, 16'h77}: instr <= 32'h42000010; {1'b0, 16'h400}: instr <= 32'h27bdfef8; {1'b0, 16'h401}: instr <= 32'h27a4009a; {1'b0, 16'h402}: instr <= 32'h00002821; {1'b0, 16'h403}: instr <= 32'h24060020; {1'b0, 16'h404}: instr <= 32'hafbf0104; {1'b0, 16'h405}: instr <= 32'hafbe0100; {1'b0, 16'h406}: instr <= 32'hafb700fc; {1'b0, 16'h407}: instr <= 32'hafb600f8; {1'b0, 16'h408}: instr <= 32'hafb500f4; {1'b0, 16'h409}: instr <= 32'hafb400f0; {1'b0, 16'h40a}: instr <= 32'hafb300ec; {1'b0, 16'h40b}: instr <= 32'hafb200e8; {1'b0, 16'h40c}: instr <= 32'hafb100e4; {1'b0, 16'h40d}: instr <= 32'h0ff008e1; {1'b0, 16'h40e}: instr <= 32'hafb000e0; {1'b0, 16'h40f}: instr <= 32'h24020059; {1'b0, 16'h410}: instr <= 32'h24030045; {1'b0, 16'h411}: instr <= 32'ha3a2009d; {1'b0, 16'h412}: instr <= 32'ha3a300a2; {1'b0, 16'h413}: instr <= 32'h24020050; {1'b0, 16'h414}: instr <= 32'h24030041; {1'b0, 16'h415}: instr <= 32'ha3a200a4; {1'b0, 16'h416}: instr <= 32'ha3a300a9; {1'b0, 16'h417}: instr <= 32'h2402004d; {1'b0, 16'h418}: instr <= 32'h2403002c; {1'b0, 16'h419}: instr <= 32'h24100052; {1'b0, 16'h41a}: instr <= 32'h24110020; {1'b0, 16'h41b}: instr <= 32'h24120053; {1'b0, 16'h41c}: instr <= 32'h2414004f; {1'b0, 16'h41d}: instr <= 32'h2415004e; {1'b0, 16'h41e}: instr <= 32'h24130054; {1'b0, 16'h41f}: instr <= 32'h24160047; {1'b0, 16'h420}: instr <= 32'h24170044; {1'b0, 16'h421}: instr <= 32'h241e0048; {1'b0, 16'h422}: instr <= 32'h27a4007a; {1'b0, 16'h423}: instr <= 32'h00002821; {1'b0, 16'h424}: instr <= 32'h24060020; {1'b0, 16'h425}: instr <= 32'ha3a200aa; {1'b0, 16'h426}: instr <= 32'ha3a300ab; {1'b0, 16'h427}: instr <= 32'ha3a200af; {1'b0, 16'h428}: instr <= 32'h24030049; {1'b0, 16'h429}: instr <= 32'h24020045; {1'b0, 16'h42a}: instr <= 32'ha3b7009a; {1'b0, 16'h42b}: instr <= 32'ha3be009b; {1'b0, 16'h42c}: instr <= 32'ha3b2009e; {1'b0, 16'h42d}: instr <= 32'ha3b400a0; {1'b0, 16'h42e}: instr <= 32'ha3b500a1; {1'b0, 16'h42f}: instr <= 32'ha3b400a6; {1'b0, 16'h430}: instr <= 32'ha3b600a7; {1'b0, 16'h431}: instr <= 32'ha3b200ad; {1'b0, 16'h432}: instr <= 32'ha3b400ae; {1'b0, 16'h433}: instr <= 32'ha3b200b2; {1'b0, 16'h434}: instr <= 32'ha3a300b5; {1'b0, 16'h435}: instr <= 32'ha3b500b6; {1'b0, 16'h436}: instr <= 32'ha3b600b7; {1'b0, 16'h437}: instr <= 32'ha3b0009c; {1'b0, 16'h438}: instr <= 32'ha3b3009f; {1'b0, 16'h439}: instr <= 32'ha3b100a3; {1'b0, 16'h43a}: instr <= 32'ha3b000a5; {1'b0, 16'h43b}: instr <= 32'ha3b000a8; {1'b0, 16'h43c}: instr <= 32'ha3b100ac; {1'b0, 16'h43d}: instr <= 32'ha3a200b0; {1'b0, 16'h43e}: instr <= 32'ha3b100b1; {1'b0, 16'h43f}: instr <= 32'ha3b300b3; {1'b0, 16'h440}: instr <= 32'h0ff008e1; {1'b0, 16'h441}: instr <= 32'ha3b000b4; {1'b0, 16'h442}: instr <= 32'h24020031; {1'b0, 16'h443}: instr <= 32'ha3a2008d; {1'b0, 16'h444}: instr <= 32'h24030045; {1'b0, 16'h445}: instr <= 32'h24020059; {1'b0, 16'h446}: instr <= 32'ha3a2007d; {1'b0, 16'h447}: instr <= 32'ha3a30082; {1'b0, 16'h448}: instr <= 32'h24020050; {1'b0, 16'h449}: instr <= 32'h24030041; {1'b0, 16'h44a}: instr <= 32'ha3a20084; {1'b0, 16'h44b}: instr <= 32'ha3a30089; {1'b0, 16'h44c}: instr <= 32'h2402004d; {1'b0, 16'h44d}: instr <= 32'h2403002c; {1'b0, 16'h44e}: instr <= 32'h27a4005a; {1'b0, 16'h44f}: instr <= 32'h00002821; {1'b0, 16'h450}: instr <= 32'h24060020; {1'b0, 16'h451}: instr <= 32'ha3a2008a; {1'b0, 16'h452}: instr <= 32'ha3a3008b; {1'b0, 16'h453}: instr <= 32'h24020027; {1'b0, 16'h454}: instr <= 32'h24030049; {1'b0, 16'h455}: instr <= 32'ha3b7007a; {1'b0, 16'h456}: instr <= 32'ha3be007b; {1'b0, 16'h457}: instr <= 32'ha3b2007e; {1'b0, 16'h458}: instr <= 32'ha3b40080; {1'b0, 16'h459}: instr <= 32'ha3b50081; {1'b0, 16'h45a}: instr <= 32'ha3b40086; {1'b0, 16'h45b}: instr <= 32'ha3b60087; {1'b0, 16'h45c}: instr <= 32'ha3b2008f; {1'b0, 16'h45d}: instr <= 32'ha3b20092; {1'b0, 16'h45e}: instr <= 32'ha3a30095; {1'b0, 16'h45f}: instr <= 32'ha3b50096; {1'b0, 16'h460}: instr <= 32'ha3b60097; {1'b0, 16'h461}: instr <= 32'ha3b0007c; {1'b0, 16'h462}: instr <= 32'ha3b3007f; {1'b0, 16'h463}: instr <= 32'ha3b10083; {1'b0, 16'h464}: instr <= 32'ha3b00085; {1'b0, 16'h465}: instr <= 32'ha3b00088; {1'b0, 16'h466}: instr <= 32'ha3b1008c; {1'b0, 16'h467}: instr <= 32'ha3a2008e; {1'b0, 16'h468}: instr <= 32'ha3b30090; {1'b0, 16'h469}: instr <= 32'ha3b10091; {1'b0, 16'h46a}: instr <= 32'ha3b30093; {1'b0, 16'h46b}: instr <= 32'h0ff008e1; {1'b0, 16'h46c}: instr <= 32'ha3b00094; {1'b0, 16'h46d}: instr <= 32'h24020032; {1'b0, 16'h46e}: instr <= 32'ha3a2006d; {1'b0, 16'h46f}: instr <= 32'h24030045; {1'b0, 16'h470}: instr <= 32'h24020059; {1'b0, 16'h471}: instr <= 32'ha3a2005d; {1'b0, 16'h472}: instr <= 32'ha3a30062; {1'b0, 16'h473}: instr <= 32'h24020050; {1'b0, 16'h474}: instr <= 32'h24030041; {1'b0, 16'h475}: instr <= 32'ha3a20064; {1'b0, 16'h476}: instr <= 32'ha3a30069; {1'b0, 16'h477}: instr <= 32'h2402004d; {1'b0, 16'h478}: instr <= 32'h2403002c; {1'b0, 16'h479}: instr <= 32'h24060020; {1'b0, 16'h47a}: instr <= 32'h27a400ba; {1'b0, 16'h47b}: instr <= 32'h00002821; {1'b0, 16'h47c}: instr <= 32'ha3a2006a; {1'b0, 16'h47d}: instr <= 32'ha3a3006b; {1'b0, 16'h47e}: instr <= 32'h24020027; {1'b0, 16'h47f}: instr <= 32'h24030049; {1'b0, 16'h480}: instr <= 32'ha3b7005a; {1'b0, 16'h481}: instr <= 32'ha3be005b; {1'b0, 16'h482}: instr <= 32'ha3b2005e; {1'b0, 16'h483}: instr <= 32'ha3b40060; {1'b0, 16'h484}: instr <= 32'ha3b50061; {1'b0, 16'h485}: instr <= 32'ha3b40066; {1'b0, 16'h486}: instr <= 32'ha3b60067; {1'b0, 16'h487}: instr <= 32'ha3b5006f; {1'b0, 16'h488}: instr <= 32'ha3b70070; {1'b0, 16'h489}: instr <= 32'ha3b20072; {1'b0, 16'h48a}: instr <= 32'ha3a30075; {1'b0, 16'h48b}: instr <= 32'ha3b50076; {1'b0, 16'h48c}: instr <= 32'ha3b60077; {1'b0, 16'h48d}: instr <= 32'ha3b0005c; {1'b0, 16'h48e}: instr <= 32'ha3b3005f; {1'b0, 16'h48f}: instr <= 32'ha3b10063; {1'b0, 16'h490}: instr <= 32'ha3b00065; {1'b0, 16'h491}: instr <= 32'ha3b00068; {1'b0, 16'h492}: instr <= 32'ha3b1006c; {1'b0, 16'h493}: instr <= 32'ha3a2006e; {1'b0, 16'h494}: instr <= 32'ha3b10071; {1'b0, 16'h495}: instr <= 32'ha3b30073; {1'b0, 16'h496}: instr <= 32'h0ff008e1; {1'b0, 16'h497}: instr <= 32'ha3b00074; {1'b0, 16'h498}: instr <= 32'h3c068002; {1'b0, 16'h499}: instr <= 32'h24c691a4; {1'b0, 16'h49a}: instr <= 32'h3c038002; {1'b0, 16'h49b}: instr <= 32'h24020033; {1'b0, 16'h49c}: instr <= 32'h246791d4; {1'b0, 16'h49d}: instr <= 32'hac6691d4; {1'b0, 16'h49e}: instr <= 32'ha3a200cd; {1'b0, 16'h49f}: instr <= 32'h24030045; {1'b0, 16'h4a0}: instr <= 32'h24020059; {1'b0, 16'h4a1}: instr <= 32'ha3a200bd; {1'b0, 16'h4a2}: instr <= 32'ha3a300c2; {1'b0, 16'h4a3}: instr <= 32'h24020050; {1'b0, 16'h4a4}: instr <= 32'h24030041; {1'b0, 16'h4a5}: instr <= 32'ha3a200c4; {1'b0, 16'h4a6}: instr <= 32'ha3a300c9; {1'b0, 16'h4a7}: instr <= 32'h2402004d; {1'b0, 16'h4a8}: instr <= 32'h2403002c; {1'b0, 16'h4a9}: instr <= 32'ha3a200ca; {1'b0, 16'h4aa}: instr <= 32'ha3a300cb; {1'b0, 16'h4ab}: instr <= 32'h24020027; {1'b0, 16'h4ac}: instr <= 32'h24030049; {1'b0, 16'h4ad}: instr <= 32'ha3a200ce; {1'b0, 16'h4ae}: instr <= 32'ha3a300d5; {1'b0, 16'h4af}: instr <= 32'h24020028; {1'b0, 16'h4b0}: instr <= 32'h24030002; {1'b0, 16'h4b1}: instr <= 32'h3c048002; {1'b0, 16'h4b2}: instr <= 32'haf868010; {1'b0, 16'h4b3}: instr <= 32'haf87801c; {1'b0, 16'h4b4}: instr <= 32'h248491e4; {1'b0, 16'h4b5}: instr <= 32'h27a5009a; {1'b0, 16'h4b6}: instr <= 32'ha3be00bb; {1'b0, 16'h4b7}: instr <= 32'ha3b400c6; {1'b0, 16'h4b8}: instr <= 32'ha3b700d0; {1'b0, 16'h4b9}: instr <= 32'ha3b200d2; {1'b0, 16'h4ba}: instr <= 32'ha3b500d6; {1'b0, 16'h4bb}: instr <= 32'ha3b600d7; {1'b0, 16'h4bc}: instr <= 32'ha3b700ba; {1'b0, 16'h4bd}: instr <= 32'ha3b200be; {1'b0, 16'h4be}: instr <= 32'ha3b400c0; {1'b0, 16'h4bf}: instr <= 32'ha3b500c1; {1'b0, 16'h4c0}: instr <= 32'ha3b600c7; {1'b0, 16'h4c1}: instr <= 32'ha3b100d1; {1'b0, 16'h4c2}: instr <= 32'ha3b300d3; {1'b0, 16'h4c3}: instr <= 32'ha3b000d4; {1'b0, 16'h4c4}: instr <= 32'ha3b000bc; {1'b0, 16'h4c5}: instr <= 32'ha3b300bf; {1'b0, 16'h4c6}: instr <= 32'ha3b100c3; {1'b0, 16'h4c7}: instr <= 32'ha3b000c5; {1'b0, 16'h4c8}: instr <= 32'ha3b000c8; {1'b0, 16'h4c9}: instr <= 32'ha3b100cc; {1'b0, 16'h4ca}: instr <= 32'ha3b000cf; {1'b0, 16'h4cb}: instr <= 32'hace00004; {1'b0, 16'h4cc}: instr <= 32'hace30008; {1'b0, 16'h4cd}: instr <= 32'h0ff00879; {1'b0, 16'h4ce}: instr <= 32'hace2000c; {1'b0, 16'h4cf}: instr <= 32'h3c178001; {1'b0, 16'h4d0}: instr <= 32'h27a5007a; {1'b0, 16'h4d1}: instr <= 32'h0ff00879; {1'b0, 16'h4d2}: instr <= 32'h27a4003b; {1'b0, 16'h4d3}: instr <= 32'h26e36a94; {1'b0, 16'h4d4}: instr <= 32'h2402000a; {1'b0, 16'h4d5}: instr <= 32'hac62065c; {1'b0, 16'h4d6}: instr <= 32'h0ff006e6; {1'b0, 16'h4d7}: instr <= 32'h24040008; {1'b0, 16'h4d8}: instr <= 32'h0ff0070c; {1'b0, 16'h4d9}: instr <= 32'h240400c8; {1'b0, 16'h4da}: instr <= 32'h0ff006e6; {1'b0, 16'h4db}: instr <= 32'h24040004; {1'b0, 16'h4dc}: instr <= 32'h0ff0070c; {1'b0, 16'h4dd}: instr <= 32'h240400c8; {1'b0, 16'h4de}: instr <= 32'h0ff006e6; {1'b0, 16'h4df}: instr <= 32'h24040002; {1'b0, 16'h4e0}: instr <= 32'h0ff0070c; {1'b0, 16'h4e1}: instr <= 32'h240400c8; {1'b0, 16'h4e2}: instr <= 32'h0ff006e6; {1'b0, 16'h4e3}: instr <= 32'h24040001; {1'b0, 16'h4e4}: instr <= 32'h0ff0070c; {1'b0, 16'h4e5}: instr <= 32'h240400c8; {1'b0, 16'h4e6}: instr <= 32'h0ff006e6; {1'b0, 16'h4e7}: instr <= 32'h2404000f; {1'b0, 16'h4e8}: instr <= 32'h0ff0070c; {1'b0, 16'h4e9}: instr <= 32'h24040032; {1'b0, 16'h4ea}: instr <= 32'h0ff006e6; {1'b0, 16'h4eb}: instr <= 32'h00002021; {1'b0, 16'h4ec}: instr <= 32'h24120001; {1'b0, 16'h4ed}: instr <= 32'h27b6001c; {1'b0, 16'h4ee}: instr <= 32'h27b50018; {1'b0, 16'h4ef}: instr <= 32'h27b40014; {1'b0, 16'h4f0}: instr <= 32'h27be0010; {1'b0, 16'h4f1}: instr <= 32'h0ff005f7; {1'b0, 16'h4f2}: instr <= 32'h00000000; {1'b0, 16'h4f3}: instr <= 32'h0ff005ee; {1'b0, 16'h4f4}: instr <= 32'h00000000; {1'b0, 16'h4f5}: instr <= 32'h02c02021; {1'b0, 16'h4f6}: instr <= 32'h27a5005a; {1'b0, 16'h4f7}: instr <= 32'h24020002; {1'b0, 16'h4f8}: instr <= 32'h0ff00879; {1'b0, 16'h4f9}: instr <= 32'hafa20010; {1'b0, 16'h4fa}: instr <= 32'h27a4003b; {1'b0, 16'h4fb}: instr <= 32'h24020001; {1'b0, 16'h4fc}: instr <= 32'h02c02821; {1'b0, 16'h4fd}: instr <= 32'h0ff006be; {1'b0, 16'h4fe}: instr <= 32'hafa20014; {1'b0, 16'h4ff}: instr <= 32'h8fa40010; {1'b0, 16'h500}: instr <= 32'h2c420001; {1'b0, 16'h501}: instr <= 32'h28830003; {1'b0, 16'h502}: instr <= 32'h1060000e; {1'b0, 16'h503}: instr <= 32'haf828020; {1'b0, 16'h504}: instr <= 32'h00041080; {1'b0, 16'h505}: instr <= 32'h00441021; {1'b0, 16'h506}: instr <= 32'h2442fffd; {1'b0, 16'h507}: instr <= 32'h24050003; {1'b0, 16'h508}: instr <= 32'h02a03021; {1'b0, 16'h509}: instr <= 32'h0ff005fb; {1'b0, 16'h50a}: instr <= 32'hafa20018; {1'b0, 16'h50b}: instr <= 32'h8fa20010; {1'b0, 16'h50c}: instr <= 32'h00000000; {1'b0, 16'h50d}: instr <= 32'h24440001; {1'b0, 16'h50e}: instr <= 32'h28830003; {1'b0, 16'h50f}: instr <= 32'h1460fff4; {1'b0, 16'h510}: instr <= 32'hafa40010; {1'b0, 16'h511}: instr <= 32'h3c028002; {1'b0, 16'h512}: instr <= 32'h8fa70018; {1'b0, 16'h513}: instr <= 32'h00803021; {1'b0, 16'h514}: instr <= 32'h26e56a94; {1'b0, 16'h515}: instr <= 32'h0ff0060a; {1'b0, 16'h516}: instr <= 32'h24449204; {1'b0, 16'h517}: instr <= 32'h8f84801c; {1'b0, 16'h518}: instr <= 32'h0ff0067c; {1'b0, 16'h519}: instr <= 32'h00000000; {1'b0, 16'h51a}: instr <= 32'h83828019; {1'b0, 16'h51b}: instr <= 32'h00000000; {1'b0, 16'h51c}: instr <= 32'h28420041; {1'b0, 16'h51d}: instr <= 32'h1440004e; {1'b0, 16'h51e}: instr <= 32'h24110041; {1'b0, 16'h51f}: instr <= 32'h24130003; {1'b0, 16'h520}: instr <= 32'h0bf00529; {1'b0, 16'h521}: instr <= 32'h24100041; {1'b0, 16'h522}: instr <= 32'h26030001; {1'b0, 16'h523}: instr <= 32'h83828019; {1'b0, 16'h524}: instr <= 32'h00038600; {1'b0, 16'h525}: instr <= 32'h00108603; {1'b0, 16'h526}: instr <= 32'h0050102a; {1'b0, 16'h527}: instr <= 32'h14400015; {1'b0, 16'h528}: instr <= 32'h00000000; {1'b0, 16'h529}: instr <= 32'h02202021; {1'b0, 16'h52a}: instr <= 32'h0ff0063e; {1'b0, 16'h52b}: instr <= 32'h24050043; {1'b0, 16'h52c}: instr <= 32'h8fa30014; {1'b0, 16'h52d}: instr <= 32'h00002021; {1'b0, 16'h52e}: instr <= 32'h02802821; {1'b0, 16'h52f}: instr <= 32'h1443fff2; {1'b0, 16'h530}: instr <= 32'h26310001; {1'b0, 16'h531}: instr <= 32'h0ff0064c; {1'b0, 16'h532}: instr <= 32'h02409821; {1'b0, 16'h533}: instr <= 32'h02c02021; {1'b0, 16'h534}: instr <= 32'h0ff00879; {1'b0, 16'h535}: instr <= 32'h27a500ba; {1'b0, 16'h536}: instr <= 32'h26030001; {1'b0, 16'h537}: instr <= 32'h83828019; {1'b0, 16'h538}: instr <= 32'h00038600; {1'b0, 16'h539}: instr <= 32'h00108603; {1'b0, 16'h53a}: instr <= 32'h0050102a; {1'b0, 16'h53b}: instr <= 32'h1040ffed; {1'b0, 16'h53c}: instr <= 32'haf928014; {1'b0, 16'h53d}: instr <= 32'h8fa30010; {1'b0, 16'h53e}: instr <= 32'h8fa50018; {1'b0, 16'h53f}: instr <= 32'h02630018; {1'b0, 16'h540}: instr <= 32'h03c02021; {1'b0, 16'h541}: instr <= 32'h26520001; {1'b0, 16'h542}: instr <= 32'h00001812; {1'b0, 16'h543}: instr <= 32'h00000000; {1'b0, 16'h544}: instr <= 32'h00000000; {1'b0, 16'h545}: instr <= 32'h14a00002; {1'b0, 16'h546}: instr <= 32'h0065001a; {1'b0, 16'h547}: instr <= 32'h0007000d; {1'b0, 16'h548}: instr <= 32'h00651823; {1'b0, 16'h549}: instr <= 32'h000310c0; {1'b0, 16'h54a}: instr <= 32'h00431023; {1'b0, 16'h54b}: instr <= 32'h00003012; {1'b0, 16'h54c}: instr <= 32'h00468823; {1'b0, 16'h54d}: instr <= 32'h0ff005e2; {1'b0, 16'h54e}: instr <= 32'hafa60010; {1'b0, 16'h54f}: instr <= 32'h24022711; {1'b0, 16'h550}: instr <= 32'h1642ffa0; {1'b0, 16'h551}: instr <= 32'h00008021; {1'b0, 16'h552}: instr <= 32'h2412000a; {1'b0, 16'h553}: instr <= 32'h0ff006e6; {1'b0, 16'h554}: instr <= 32'h2404000f; {1'b0, 16'h555}: instr <= 32'h0ff0070c; {1'b0, 16'h556}: instr <= 32'h24040064; {1'b0, 16'h557}: instr <= 32'h0ff006e6; {1'b0, 16'h558}: instr <= 32'h00002021; {1'b0, 16'h559}: instr <= 32'h26100001; {1'b0, 16'h55a}: instr <= 32'h0ff0070c; {1'b0, 16'h55b}: instr <= 32'h24040064; {1'b0, 16'h55c}: instr <= 32'h1612fff6; {1'b0, 16'h55d}: instr <= 32'h24020005; {1'b0, 16'h55e}: instr <= 32'h8f938014; {1'b0, 16'h55f}: instr <= 32'h00000000; {1'b0, 16'h560}: instr <= 32'h1262000d; {1'b0, 16'h561}: instr <= 32'h24020001; {1'b0, 16'h562}: instr <= 32'h0ff006e6; {1'b0, 16'h563}: instr <= 32'h2404000f; {1'b0, 16'h564}: instr <= 32'h0ff0070c; {1'b0, 16'h565}: instr <= 32'h24040032; {1'b0, 16'h566}: instr <= 32'h0ff006e6; {1'b0, 16'h567}: instr <= 32'h00002021; {1'b0, 16'h568}: instr <= 32'h0ff0070c; {1'b0, 16'h569}: instr <= 32'h24040032; {1'b0, 16'h56a}: instr <= 32'h0bf00562; {1'b0, 16'h56b}: instr <= 32'h00000000; {1'b0, 16'h56c}: instr <= 32'h0bf0053d; {1'b0, 16'h56d}: instr <= 32'h24130003; {1'b0, 16'h56e}: instr <= 32'h8f948020; {1'b0, 16'h56f}: instr <= 32'h00000000; {1'b0, 16'h570}: instr <= 32'h1682fff1; {1'b0, 16'h571}: instr <= 32'h24020041; {1'b0, 16'h572}: instr <= 32'h83838018; {1'b0, 16'h573}: instr <= 32'h00000000; {1'b0, 16'h574}: instr <= 32'h1462ffed; {1'b0, 16'h575}: instr <= 32'h24020042; {1'b0, 16'h576}: instr <= 32'h83838019; {1'b0, 16'h577}: instr <= 32'h00000000; {1'b0, 16'h578}: instr <= 32'h1462ffe9; {1'b0, 16'h579}: instr <= 32'h3c038002; {1'b0, 16'h57a}: instr <= 32'h24629204; {1'b0, 16'h57b}: instr <= 32'h8c550020; {1'b0, 16'h57c}: instr <= 32'h24030007; {1'b0, 16'h57d}: instr <= 32'h16a3ffe4; {1'b0, 16'h57e}: instr <= 32'h26e26a94; {1'b0, 16'h57f}: instr <= 32'h8c44065c; {1'b0, 16'h580}: instr <= 32'h2403271a; {1'b0, 16'h581}: instr <= 32'h1483ffe0; {1'b0, 16'h582}: instr <= 32'h00000000; {1'b0, 16'h583}: instr <= 32'h8f84801c; {1'b0, 16'h584}: instr <= 32'h8f908010; {1'b0, 16'h585}: instr <= 32'h8c830000; {1'b0, 16'h586}: instr <= 32'h8e020000; {1'b0, 16'h587}: instr <= 32'h00000000; {1'b0, 16'h588}: instr <= 32'h1462ffd9; {1'b0, 16'h589}: instr <= 32'h00000000; {1'b0, 16'h58a}: instr <= 32'h8c820004; {1'b0, 16'h58b}: instr <= 32'h00000000; {1'b0, 16'h58c}: instr <= 32'h1440ffd5; {1'b0, 16'h58d}: instr <= 32'h24020002; {1'b0, 16'h58e}: instr <= 32'h8c830008; {1'b0, 16'h58f}: instr <= 32'h00000000; {1'b0, 16'h590}: instr <= 32'h1462ffd1; {1'b0, 16'h591}: instr <= 32'h24020011; {1'b0, 16'h592}: instr <= 32'h8c83000c; {1'b0, 16'h593}: instr <= 32'h00000000; {1'b0, 16'h594}: instr <= 32'h1462ffcd; {1'b0, 16'h595}: instr <= 32'h24840010; {1'b0, 16'h596}: instr <= 32'h0ff008a3; {1'b0, 16'h597}: instr <= 32'h27a5009a; {1'b0, 16'h598}: instr <= 32'h1440ffc9; {1'b0, 16'h599}: instr <= 32'h00000000; {1'b0, 16'h59a}: instr <= 32'h8e020004; {1'b0, 16'h59b}: instr <= 32'h00000000; {1'b0, 16'h59c}: instr <= 32'h1440ffc5; {1'b0, 16'h59d}: instr <= 32'h00000000; {1'b0, 16'h59e}: instr <= 32'h8e120008; {1'b0, 16'h59f}: instr <= 32'h00000000; {1'b0, 16'h5a0}: instr <= 32'h1654ffc1; {1'b0, 16'h5a1}: instr <= 32'h24020012; {1'b0, 16'h5a2}: instr <= 32'h8e03000c; {1'b0, 16'h5a3}: instr <= 32'h00000000; {1'b0, 16'h5a4}: instr <= 32'h1462ffbd; {1'b0, 16'h5a5}: instr <= 32'h26040010; {1'b0, 16'h5a6}: instr <= 32'h0ff008a3; {1'b0, 16'h5a7}: instr <= 32'h27a5009a; {1'b0, 16'h5a8}: instr <= 32'h1440ffb9; {1'b0, 16'h5a9}: instr <= 32'h00000000; {1'b0, 16'h5aa}: instr <= 32'h8fa20010; {1'b0, 16'h5ab}: instr <= 32'h00000000; {1'b0, 16'h5ac}: instr <= 32'h1453ffb5; {1'b0, 16'h5ad}: instr <= 32'h2402000d; {1'b0, 16'h5ae}: instr <= 32'h1622ffb3; {1'b0, 16'h5af}: instr <= 32'h00000000; {1'b0, 16'h5b0}: instr <= 32'h8fa20018; {1'b0, 16'h5b1}: instr <= 32'h00000000; {1'b0, 16'h5b2}: instr <= 32'h1455ffaf; {1'b0, 16'h5b3}: instr <= 32'h00000000; {1'b0, 16'h5b4}: instr <= 32'h8fa20014; {1'b0, 16'h5b5}: instr <= 32'h00000000; {1'b0, 16'h5b6}: instr <= 32'h1452ffab; {1'b0, 16'h5b7}: instr <= 32'h27a4003b; {1'b0, 16'h5b8}: instr <= 32'h0ff008a3; {1'b0, 16'h5b9}: instr <= 32'h27a5007a; {1'b0, 16'h5ba}: instr <= 32'h1440ffa7; {1'b0, 16'h5bb}: instr <= 32'h02c02021; {1'b0, 16'h5bc}: instr <= 32'h0ff008a3; {1'b0, 16'h5bd}: instr <= 32'h27a5005a; {1'b0, 16'h5be}: instr <= 32'h1440ffa3; {1'b0, 16'h5bf}: instr <= 32'h00000000; {1'b0, 16'h5c0}: instr <= 32'h0ff006e6; {1'b0, 16'h5c1}: instr <= 32'h24040002; {1'b0, 16'h5c2}: instr <= 32'h0ff0070c; {1'b0, 16'h5c3}: instr <= 32'h24040064; {1'b0, 16'h5c4}: instr <= 32'h0ff006e6; {1'b0, 16'h5c5}: instr <= 32'h24040005; {1'b0, 16'h5c6}: instr <= 32'h0ff0070c; {1'b0, 16'h5c7}: instr <= 32'h24040064; {1'b0, 16'h5c8}: instr <= 32'h0ff006e6; {1'b0, 16'h5c9}: instr <= 32'h24040008; {1'b0, 16'h5ca}: instr <= 32'h0ff0070c; {1'b0, 16'h5cb}: instr <= 32'h24040064; {1'b0, 16'h5cc}: instr <= 32'h0ff006e6; {1'b0, 16'h5cd}: instr <= 32'h00002021; {1'b0, 16'h5ce}: instr <= 32'h0ff0070c; {1'b0, 16'h5cf}: instr <= 32'h240401f4; {1'b0, 16'h5d0}: instr <= 32'h0ff006e6; {1'b0, 16'h5d1}: instr <= 32'h24040004; {1'b0, 16'h5d2}: instr <= 32'h0ff0070c; {1'b0, 16'h5d3}: instr <= 32'h24040064; {1'b0, 16'h5d4}: instr <= 32'h0ff006e6; {1'b0, 16'h5d5}: instr <= 32'h2404000a; {1'b0, 16'h5d6}: instr <= 32'h0ff0070c; {1'b0, 16'h5d7}: instr <= 32'h24040064; {1'b0, 16'h5d8}: instr <= 32'h0ff006e6; {1'b0, 16'h5d9}: instr <= 32'h24040001; {1'b0, 16'h5da}: instr <= 32'h0ff0070c; {1'b0, 16'h5db}: instr <= 32'h24040064; {1'b0, 16'h5dc}: instr <= 32'h0ff006e6; {1'b0, 16'h5dd}: instr <= 32'h00002021; {1'b0, 16'h5de}: instr <= 32'h0ff0070c; {1'b0, 16'h5df}: instr <= 32'h240402bc; {1'b0, 16'h5e0}: instr <= 32'h0bf005c0; {1'b0, 16'h5e1}: instr <= 32'h00000000; {1'b0, 16'h5e2}: instr <= 32'h83838018; {1'b0, 16'h5e3}: instr <= 32'h24020041; {1'b0, 16'h5e4}: instr <= 32'h8c850000; {1'b0, 16'h5e5}: instr <= 32'h10620003; {1'b0, 16'h5e6}: instr <= 32'h24a20009; {1'b0, 16'h5e7}: instr <= 32'h03e00008; {1'b0, 16'h5e8}: instr <= 32'h00000000; {1'b0, 16'h5e9}: instr <= 32'h8f838014; {1'b0, 16'h5ea}: instr <= 32'h00000000; {1'b0, 16'h5eb}: instr <= 32'h00431023; {1'b0, 16'h5ec}: instr <= 32'h03e00008; {1'b0, 16'h5ed}: instr <= 32'hac820000; {1'b0, 16'h5ee}: instr <= 32'h83828018; {1'b0, 16'h5ef}: instr <= 32'h8f838020; {1'b0, 16'h5f0}: instr <= 32'h38420041; {1'b0, 16'h5f1}: instr <= 32'h2c420001; {1'b0, 16'h5f2}: instr <= 32'h00621825; {1'b0, 16'h5f3}: instr <= 32'h24020042; {1'b0, 16'h5f4}: instr <= 32'haf838020; {1'b0, 16'h5f5}: instr <= 32'h03e00008; {1'b0, 16'h5f6}: instr <= 32'ha3828019; {1'b0, 16'h5f7}: instr <= 32'h24020041; {1'b0, 16'h5f8}: instr <= 32'ha3828018; {1'b0, 16'h5f9}: instr <= 32'h03e00008; {1'b0, 16'h5fa}: instr <= 32'haf808020; {1'b0, 16'h5fb}: instr <= 32'h24840002; {1'b0, 16'h5fc}: instr <= 32'h00852021; {1'b0, 16'h5fd}: instr <= 32'h03e00008; {1'b0, 16'h5fe}: instr <= 32'hacc40000; {1'b0, 16'h5ff}: instr <= 32'h8f82801c; {1'b0, 16'h600}: instr <= 32'h00801821; {1'b0, 16'h601}: instr <= 32'h8f858014; {1'b0, 16'h602}: instr <= 32'h10400005; {1'b0, 16'h603}: instr <= 32'h2404000a; {1'b0, 16'h604}: instr <= 32'h8c420000; {1'b0, 16'h605}: instr <= 32'h00000000; {1'b0, 16'h606}: instr <= 32'hac620000; {1'b0, 16'h607}: instr <= 32'h8f82801c; {1'b0, 16'h608}: instr <= 32'h0bf005fb; {1'b0, 16'h609}: instr <= 32'h2446000c; {1'b0, 16'h60a}: instr <= 32'h24c80005; {1'b0, 16'h60b}: instr <= 32'h00085080; {1'b0, 16'h60c}: instr <= 32'h24c60006; {1'b0, 16'h60d}: instr <= 32'h01444821; {1'b0, 16'h60e}: instr <= 32'h00c8102a; {1'b0, 16'h60f}: instr <= 32'had270004; {1'b0, 16'h610}: instr <= 32'had270000; {1'b0, 16'h611}: instr <= 32'h1440001a; {1'b0, 16'h612}: instr <= 32'had280078; {1'b0, 16'h613}: instr <= 32'h00081940; {1'b0, 16'h614}: instr <= 32'h000810c0; {1'b0, 16'h615}: instr <= 32'h00431021; {1'b0, 16'h616}: instr <= 32'h00022080; {1'b0, 16'h617}: instr <= 32'h00441021; {1'b0, 16'h618}: instr <= 32'h00452821; {1'b0, 16'h619}: instr <= 32'h00aa2021; {1'b0, 16'h61a}: instr <= 32'h01001821; {1'b0, 16'h61b}: instr <= 32'h24630001; {1'b0, 16'h61c}: instr <= 32'h00c3102a; {1'b0, 16'h61d}: instr <= 32'hac880000; {1'b0, 16'h61e}: instr <= 32'h1040fffc; {1'b0, 16'h61f}: instr <= 32'h24840004; {1'b0, 16'h620}: instr <= 32'h2503ffff; {1'b0, 16'h621}: instr <= 32'h00031880; {1'b0, 16'h622}: instr <= 32'h00651821; {1'b0, 16'h623}: instr <= 32'h8c620000; {1'b0, 16'h624}: instr <= 32'h01452821; {1'b0, 16'h625}: instr <= 32'h24420001; {1'b0, 16'h626}: instr <= 32'hac620000; {1'b0, 16'h627}: instr <= 32'h8d240000; {1'b0, 16'h628}: instr <= 32'h24020005; {1'b0, 16'h629}: instr <= 32'haca40fa0; {1'b0, 16'h62a}: instr <= 32'h03e00008; {1'b0, 16'h62b}: instr <= 32'haf828014; {1'b0, 16'h62c}: instr <= 32'h00081940; {1'b0, 16'h62d}: instr <= 32'h000810c0; {1'b0, 16'h62e}: instr <= 32'h00431021; {1'b0, 16'h62f}: instr <= 32'h00022080; {1'b0, 16'h630}: instr <= 32'h00441021; {1'b0, 16'h631}: instr <= 32'h2503ffff; {1'b0, 16'h632}: instr <= 32'h00a22821; {1'b0, 16'h633}: instr <= 32'h00031880; {1'b0, 16'h634}: instr <= 32'h00651821; {1'b0, 16'h635}: instr <= 32'h8c620000; {1'b0, 16'h636}: instr <= 32'h01452821; {1'b0, 16'h637}: instr <= 32'h24420001; {1'b0, 16'h638}: instr <= 32'hac620000; {1'b0, 16'h639}: instr <= 32'h8d240000; {1'b0, 16'h63a}: instr <= 32'h24020005; {1'b0, 16'h63b}: instr <= 32'haca40fa0; {1'b0, 16'h63c}: instr <= 32'h03e00008; {1'b0, 16'h63d}: instr <= 32'haf828014; {1'b0, 16'h63e}: instr <= 32'h00042600; {1'b0, 16'h63f}: instr <= 32'h00052e00; {1'b0, 16'h640}: instr <= 32'h00042603; {1'b0, 16'h641}: instr <= 32'h00052e03; {1'b0, 16'h642}: instr <= 32'h10850003; {1'b0, 16'h643}: instr <= 32'h00001021; {1'b0, 16'h644}: instr <= 32'h03e00008; {1'b0, 16'h645}: instr <= 32'h00000000; {1'b0, 16'h646}: instr <= 32'h24020001; {1'b0, 16'h647}: instr <= 32'h03e00008; {1'b0, 16'h648}: instr <= 32'ha3848018; {1'b0, 16'h649}: instr <= 32'h38820002; {1'b0, 16'h64a}: instr <= 32'h03e00008; {1'b0, 16'h64b}: instr <= 32'h2c420001; {1'b0, 16'h64c}: instr <= 32'h27bdffe0; {1'b0, 16'h64d}: instr <= 32'hafb10014; {1'b0, 16'h64e}: instr <= 32'h00a08821; {1'b0, 16'h64f}: instr <= 32'hafb00010; {1'b0, 16'h650}: instr <= 32'hafbf0018; {1'b0, 16'h651}: instr <= 32'hae240000; {1'b0, 16'h652}: instr <= 32'h0ff00649; {1'b0, 16'h653}: instr <= 32'h00808021; {1'b0, 16'h654}: instr <= 32'h14400004; {1'b0, 16'h655}: instr <= 32'h24020001; {1'b0, 16'h656}: instr <= 32'h24020003; {1'b0, 16'h657}: instr <= 32'hae220000; {1'b0, 16'h658}: instr <= 32'h24020001; {1'b0, 16'h659}: instr <= 32'h12020010; {1'b0, 16'h65a}: instr <= 32'h00000000; {1'b0, 16'h65b}: instr <= 32'h16000007; {1'b0, 16'h65c}: instr <= 32'h24030002; {1'b0, 16'h65d}: instr <= 32'hae200000; {1'b0, 16'h65e}: instr <= 32'h8fbf0018; {1'b0, 16'h65f}: instr <= 32'h8fb10014; {1'b0, 16'h660}: instr <= 32'h8fb00010; {1'b0, 16'h661}: instr <= 32'h03e00008; {1'b0, 16'h662}: instr <= 32'h27bd0020; {1'b0, 16'h663}: instr <= 32'h12030012; {1'b0, 16'h664}: instr <= 32'h00000000; {1'b0, 16'h665}: instr <= 32'h24020004; {1'b0, 16'h666}: instr <= 32'h1602fff7; {1'b0, 16'h667}: instr <= 32'h00000000; {1'b0, 16'h668}: instr <= 32'h0bf0065e; {1'b0, 16'h669}: instr <= 32'hae230000; {1'b0, 16'h66a}: instr <= 32'h8f828014; {1'b0, 16'h66b}: instr <= 32'h00000000; {1'b0, 16'h66c}: instr <= 32'h28420065; {1'b0, 16'h66d}: instr <= 32'h1040ffef; {1'b0, 16'h66e}: instr <= 32'h00000000; {1'b0, 16'h66f}: instr <= 32'h24020003; {1'b0, 16'h670}: instr <= 32'hae220000; {1'b0, 16'h671}: instr <= 32'h8fbf0018; {1'b0, 16'h672}: instr <= 32'h8fb10014; {1'b0, 16'h673}: instr <= 32'h8fb00010; {1'b0, 16'h674}: instr <= 32'h03e00008; {1'b0, 16'h675}: instr <= 32'h27bd0020; {1'b0, 16'h676}: instr <= 32'hae220000; {1'b0, 16'h677}: instr <= 32'h8fbf0018; {1'b0, 16'h678}: instr <= 32'h8fb10014; {1'b0, 16'h679}: instr <= 32'h8fb00010; {1'b0, 16'h67a}: instr <= 32'h03e00008; {1'b0, 16'h67b}: instr <= 32'h27bd0020; {1'b0, 16'h67c}: instr <= 32'h27bdffe0; {1'b0, 16'h67d}: instr <= 32'hafb10014; {1'b0, 16'h67e}: instr <= 32'hafbf0018; {1'b0, 16'h67f}: instr <= 32'hafb00010; {1'b0, 16'h680}: instr <= 32'h8c900000; {1'b0, 16'h681}: instr <= 32'h8f86801c; {1'b0, 16'h682}: instr <= 32'h00808821; {1'b0, 16'h683}: instr <= 32'h02003821; {1'b0, 16'h684}: instr <= 32'h24c80030; {1'b0, 16'h685}: instr <= 32'h8cc20000; {1'b0, 16'h686}: instr <= 32'h8cc30004; {1'b0, 16'h687}: instr <= 32'h8cc40008; {1'b0, 16'h688}: instr <= 32'h8cc5000c; {1'b0, 16'h689}: instr <= 32'h24c60010; {1'b0, 16'h68a}: instr <= 32'hace20000; {1'b0, 16'h68b}: instr <= 32'hace30004; {1'b0, 16'h68c}: instr <= 32'hace40008; {1'b0, 16'h68d}: instr <= 32'hace5000c; {1'b0, 16'h68e}: instr <= 32'h14c8fff6; {1'b0, 16'h68f}: instr <= 32'h24e70010; {1'b0, 16'h690}: instr <= 32'h8e220000; {1'b0, 16'h691}: instr <= 32'h24030005; {1'b0, 16'h692}: instr <= 32'hae020000; {1'b0, 16'h693}: instr <= 32'hae23000c; {1'b0, 16'h694}: instr <= 32'h02002021; {1'b0, 16'h695}: instr <= 32'h0ff005ff; {1'b0, 16'h696}: instr <= 32'hae03000c; {1'b0, 16'h697}: instr <= 32'h8e020004; {1'b0, 16'h698}: instr <= 32'h00000000; {1'b0, 16'h699}: instr <= 32'h10400014; {1'b0, 16'h69a}: instr <= 32'h02203821; {1'b0, 16'h69b}: instr <= 32'h8e260000; {1'b0, 16'h69c}: instr <= 32'h00000000; {1'b0, 16'h69d}: instr <= 32'h24c80030; {1'b0, 16'h69e}: instr <= 32'h8cc20000; {1'b0, 16'h69f}: instr <= 32'h8cc30004; {1'b0, 16'h6a0}: instr <= 32'h8cc40008; {1'b0, 16'h6a1}: instr <= 32'h8cc5000c; {1'b0, 16'h6a2}: instr <= 32'h24c60010; {1'b0, 16'h6a3}: instr <= 32'hace20000; {1'b0, 16'h6a4}: instr <= 32'hace30004; {1'b0, 16'h6a5}: instr <= 32'hace40008; {1'b0, 16'h6a6}: instr <= 32'hace5000c; {1'b0, 16'h6a7}: instr <= 32'h14c8fff6; {1'b0, 16'h6a8}: instr <= 32'h24e70010; {1'b0, 16'h6a9}: instr <= 32'h8fbf0018; {1'b0, 16'h6aa}: instr <= 32'h8fb10014; {1'b0, 16'h6ab}: instr <= 32'h8fb00010; {1'b0, 16'h6ac}: instr <= 32'h03e00008; {1'b0, 16'h6ad}: instr <= 32'h27bd0020; {1'b0, 16'h6ae}: instr <= 32'h8e240008; {1'b0, 16'h6af}: instr <= 32'h24020006; {1'b0, 16'h6b0}: instr <= 32'hae02000c; {1'b0, 16'h6b1}: instr <= 32'h0ff0064c; {1'b0, 16'h6b2}: instr <= 32'h26050008; {1'b0, 16'h6b3}: instr <= 32'h8f82801c; {1'b0, 16'h6b4}: instr <= 32'h8e04000c; {1'b0, 16'h6b5}: instr <= 32'h8c430000; {1'b0, 16'h6b6}: instr <= 32'h2606000c; {1'b0, 16'h6b7}: instr <= 32'hae030000; {1'b0, 16'h6b8}: instr <= 32'h8fbf0018; {1'b0, 16'h6b9}: instr <= 32'h8fb10014; {1'b0, 16'h6ba}: instr <= 32'h8fb00010; {1'b0, 16'h6bb}: instr <= 32'h2405000a; {1'b0, 16'h6bc}: instr <= 32'h0bf005fb; {1'b0, 16'h6bd}: instr <= 32'h27bd0020; {1'b0, 16'h6be}: instr <= 32'h27bdffe0; {1'b0, 16'h6bf}: instr <= 32'hafb20018; {1'b0, 16'h6c0}: instr <= 32'hafb10014; {1'b0, 16'h6c1}: instr <= 32'hafb00010; {1'b0, 16'h6c2}: instr <= 32'hafbf001c; {1'b0, 16'h6c3}: instr <= 32'h00808821; {1'b0, 16'h6c4}: instr <= 32'h00a09021; {1'b0, 16'h6c5}: instr <= 32'h24100002; {1'b0, 16'h6c6}: instr <= 32'h02301021; {1'b0, 16'h6c7}: instr <= 32'h02501821; {1'b0, 16'h6c8}: instr <= 32'h80440000; {1'b0, 16'h6c9}: instr <= 32'h80650001; {1'b0, 16'h6ca}: instr <= 32'h0ff0063e; {1'b0, 16'h6cb}: instr <= 32'h00000000; {1'b0, 16'h6cc}: instr <= 32'h14400003; {1'b0, 16'h6cd}: instr <= 32'h2a020003; {1'b0, 16'h6ce}: instr <= 32'h26100001; {1'b0, 16'h6cf}: instr <= 32'h2a020003; {1'b0, 16'h6d0}: instr <= 32'h1440fff6; {1'b0, 16'h6d1}: instr <= 32'h02301021; {1'b0, 16'h6d2}: instr <= 32'h02202021; {1'b0, 16'h6d3}: instr <= 32'h0ff008a3; {1'b0, 16'h6d4}: instr <= 32'h02402821; {1'b0, 16'h6d5}: instr <= 32'h18400009; {1'b0, 16'h6d6}: instr <= 32'h26020007; {1'b0, 16'h6d7}: instr <= 32'h8fbf001c; {1'b0, 16'h6d8}: instr <= 32'h8fb20018; {1'b0, 16'h6d9}: instr <= 32'h8fb10014; {1'b0, 16'h6da}: instr <= 32'h8fb00010; {1'b0, 16'h6db}: instr <= 32'haf828014; {1'b0, 16'h6dc}: instr <= 32'h27bd0020; {1'b0, 16'h6dd}: instr <= 32'h03e00008; {1'b0, 16'h6de}: instr <= 32'h24020001; {1'b0, 16'h6df}: instr <= 32'h8fbf001c; {1'b0, 16'h6e0}: instr <= 32'h8fb20018; {1'b0, 16'h6e1}: instr <= 32'h8fb10014; {1'b0, 16'h6e2}: instr <= 32'h8fb00010; {1'b0, 16'h6e3}: instr <= 32'h00001021; {1'b0, 16'h6e4}: instr <= 32'h03e00008; {1'b0, 16'h6e5}: instr <= 32'h27bd0020; {1'b0, 16'h6e6}: instr <= 32'h27bdfff8; {1'b0, 16'h6e7}: instr <= 32'hafbe0000; {1'b0, 16'h6e8}: instr <= 32'h03a0f021; {1'b0, 16'h6e9}: instr <= 32'h00801021; {1'b0, 16'h6ea}: instr <= 32'ha3c20008; {1'b0, 16'h6eb}: instr <= 32'h3c02a004; {1'b0, 16'h6ec}: instr <= 32'h34434000; {1'b0, 16'h6ed}: instr <= 32'h93c20008; {1'b0, 16'h6ee}: instr <= 32'h00000000; {1'b0, 16'h6ef}: instr <= 32'ha0620000; {1'b0, 16'h6f0}: instr <= 32'h03c0e821; {1'b0, 16'h6f1}: instr <= 32'h8fbe0000; {1'b0, 16'h6f2}: instr <= 32'h27bd0008; {1'b0, 16'h6f3}: instr <= 32'h03e00008; {1'b0, 16'h6f4}: instr <= 32'h00000000; {1'b0, 16'h6f5}: instr <= 32'h27bdfff8; {1'b0, 16'h6f6}: instr <= 32'hafbe0000; {1'b0, 16'h6f7}: instr <= 32'h03a0f021; {1'b0, 16'h6f8}: instr <= 32'hafc40008; {1'b0, 16'h6f9}: instr <= 32'h8fc20008; {1'b0, 16'h6fa}: instr <= 32'h00000000; {1'b0, 16'h6fb}: instr <= 32'h80420000; {1'b0, 16'h6fc}: instr <= 32'h03c0e821; {1'b0, 16'h6fd}: instr <= 32'h8fbe0000; {1'b0, 16'h6fe}: instr <= 32'h27bd0008; {1'b0, 16'h6ff}: instr <= 32'h03e00008; {1'b0, 16'h700}: instr <= 32'h00000000; {1'b0, 16'h701}: instr <= 32'h27bdfff8; {1'b0, 16'h702}: instr <= 32'hafbe0000; {1'b0, 16'h703}: instr <= 32'h03a0f021; {1'b0, 16'h704}: instr <= 32'h3c02a004; {1'b0, 16'h705}: instr <= 32'h3442402c; {1'b0, 16'h706}: instr <= 32'h8c420000; {1'b0, 16'h707}: instr <= 32'h03c0e821; {1'b0, 16'h708}: instr <= 32'h8fbe0000; {1'b0, 16'h709}: instr <= 32'h27bd0008; {1'b0, 16'h70a}: instr <= 32'h03e00008; {1'b0, 16'h70b}: instr <= 32'h00000000; {1'b0, 16'h70c}: instr <= 32'h27bdffe8; {1'b0, 16'h70d}: instr <= 32'hafbf0014; {1'b0, 16'h70e}: instr <= 32'hafbe0010; {1'b0, 16'h70f}: instr <= 32'h03a0f021; {1'b0, 16'h710}: instr <= 32'hafc40018; {1'b0, 16'h711}: instr <= 32'h8fc40018; {1'b0, 16'h712}: instr <= 32'h00000000; {1'b0, 16'h713}: instr <= 32'h00801021; {1'b0, 16'h714}: instr <= 32'h00021880; {1'b0, 16'h715}: instr <= 32'h00031140; {1'b0, 16'h716}: instr <= 32'h00431023; {1'b0, 16'h717}: instr <= 32'h00441021; {1'b0, 16'h718}: instr <= 32'h000210c0; {1'b0, 16'h719}: instr <= 32'h00402021; {1'b0, 16'h71a}: instr <= 32'h0ff00722; {1'b0, 16'h71b}: instr <= 32'h00000000; {1'b0, 16'h71c}: instr <= 32'h03c0e821; {1'b0, 16'h71d}: instr <= 32'h8fbf0014; {1'b0, 16'h71e}: instr <= 32'h8fbe0010; {1'b0, 16'h71f}: instr <= 32'h27bd0018; {1'b0, 16'h720}: instr <= 32'h03e00008; {1'b0, 16'h721}: instr <= 32'h00000000; {1'b0, 16'h722}: instr <= 32'h27bdfff8; {1'b0, 16'h723}: instr <= 32'hafbe0000; {1'b0, 16'h724}: instr <= 32'h03a0f021; {1'b0, 16'h725}: instr <= 32'hafc40008; {1'b0, 16'h726}: instr <= 32'h0bf0072c; {1'b0, 16'h727}: instr <= 32'h00000000; {1'b0, 16'h728}: instr <= 32'h8fc20008; {1'b0, 16'h729}: instr <= 32'h00000000; {1'b0, 16'h72a}: instr <= 32'h2442ffff; {1'b0, 16'h72b}: instr <= 32'hafc20008; {1'b0, 16'h72c}: instr <= 32'h8fc20008; {1'b0, 16'h72d}: instr <= 32'h00000000; {1'b0, 16'h72e}: instr <= 32'h1440fff9; {1'b0, 16'h72f}: instr <= 32'h00000000; {1'b0, 16'h730}: instr <= 32'h03c0e821; {1'b0, 16'h731}: instr <= 32'h8fbe0000; {1'b0, 16'h732}: instr <= 32'h27bd0008; {1'b0, 16'h733}: instr <= 32'h03e00008; {1'b0, 16'h734}: instr <= 32'h00000000; {1'b0, 16'h735}: instr <= 32'h27bdffe8; {1'b0, 16'h736}: instr <= 32'hafbf0014; {1'b0, 16'h737}: instr <= 32'hafbe0010; {1'b0, 16'h738}: instr <= 32'h03a0f021; {1'b0, 16'h739}: instr <= 32'h24040004; {1'b0, 16'h73a}: instr <= 32'h0ff0070c; {1'b0, 16'h73b}: instr <= 32'h00000000; {1'b0, 16'h73c}: instr <= 32'h24040038; {1'b0, 16'h73d}: instr <= 32'h0ff007e1; {1'b0, 16'h73e}: instr <= 32'h00000000; {1'b0, 16'h73f}: instr <= 32'h24040008; {1'b0, 16'h740}: instr <= 32'h0ff007e1; {1'b0, 16'h741}: instr <= 32'h00000000; {1'b0, 16'h742}: instr <= 32'h24040001; {1'b0, 16'h743}: instr <= 32'h0ff007e1; {1'b0, 16'h744}: instr <= 32'h00000000; {1'b0, 16'h745}: instr <= 32'h24040006; {1'b0, 16'h746}: instr <= 32'h0ff007e1; {1'b0, 16'h747}: instr <= 32'h00000000; {1'b0, 16'h748}: instr <= 32'h2404000f; {1'b0, 16'h749}: instr <= 32'h0ff007e1; {1'b0, 16'h74a}: instr <= 32'h00000000; {1'b0, 16'h74b}: instr <= 32'h03c0e821; {1'b0, 16'h74c}: instr <= 32'h8fbf0014; {1'b0, 16'h74d}: instr <= 32'h8fbe0010; {1'b0, 16'h74e}: instr <= 32'h27bd0018; {1'b0, 16'h74f}: instr <= 32'h03e00008; {1'b0, 16'h750}: instr <= 32'h00000000; {1'b0, 16'h751}: instr <= 32'h27bdffe8; {1'b0, 16'h752}: instr <= 32'hafbf0014; {1'b0, 16'h753}: instr <= 32'hafbe0010; {1'b0, 16'h754}: instr <= 32'h03a0f021; {1'b0, 16'h755}: instr <= 32'h00801021; {1'b0, 16'h756}: instr <= 32'ha3c20018; {1'b0, 16'h757}: instr <= 32'h3c02a004; {1'b0, 16'h758}: instr <= 32'h34434028; {1'b0, 16'h759}: instr <= 32'h83c20018; {1'b0, 16'h75a}: instr <= 32'h00000000; {1'b0, 16'h75b}: instr <= 32'h304200ff; {1'b0, 16'h75c}: instr <= 32'h34420100; {1'b0, 16'h75d}: instr <= 32'hac620000; {1'b0, 16'h75e}: instr <= 32'h240400c8; {1'b0, 16'h75f}: instr <= 32'h0ff00722; {1'b0, 16'h760}: instr <= 32'h00000000; {1'b0, 16'h761}: instr <= 32'h03c0e821; {1'b0, 16'h762}: instr <= 32'h8fbf0014; {1'b0, 16'h763}: instr <= 32'h8fbe0010; {1'b0, 16'h764}: instr <= 32'h27bd0018; {1'b0, 16'h765}: instr <= 32'h03e00008; {1'b0, 16'h766}: instr <= 32'h00000000; {1'b0, 16'h767}: instr <= 32'h27bdffe0; {1'b0, 16'h768}: instr <= 32'hafbf001c; {1'b0, 16'h769}: instr <= 32'hafbe0018; {1'b0, 16'h76a}: instr <= 32'h03a0f021; {1'b0, 16'h76b}: instr <= 32'hafc40020; {1'b0, 16'h76c}: instr <= 32'hafc50024; {1'b0, 16'h76d}: instr <= 32'hafc00010; {1'b0, 16'h76e}: instr <= 32'h24040001; {1'b0, 16'h76f}: instr <= 32'h0ff007e1; {1'b0, 16'h770}: instr <= 32'h00000000; {1'b0, 16'h771}: instr <= 32'hafc00010; {1'b0, 16'h772}: instr <= 32'h0bf0078d; {1'b0, 16'h773}: instr <= 32'h00000000; {1'b0, 16'h774}: instr <= 32'h8fc20010; {1'b0, 16'h775}: instr <= 32'h00000000; {1'b0, 16'h776}: instr <= 32'h00401821; {1'b0, 16'h777}: instr <= 32'h8fc20020; {1'b0, 16'h778}: instr <= 32'h00000000; {1'b0, 16'h779}: instr <= 32'h00621021; {1'b0, 16'h77a}: instr <= 32'h80420000; {1'b0, 16'h77b}: instr <= 32'h00000000; {1'b0, 16'h77c}: instr <= 32'h10400015; {1'b0, 16'h77d}: instr <= 32'h00000000; {1'b0, 16'h77e}: instr <= 32'h8fc20010; {1'b0, 16'h77f}: instr <= 32'h00000000; {1'b0, 16'h780}: instr <= 32'h00401821; {1'b0, 16'h781}: instr <= 32'h8fc20020; {1'b0, 16'h782}: instr <= 32'h00000000; {1'b0, 16'h783}: instr <= 32'h00621021; {1'b0, 16'h784}: instr <= 32'h80420000; {1'b0, 16'h785}: instr <= 32'h00000000; {1'b0, 16'h786}: instr <= 32'h00402021; {1'b0, 16'h787}: instr <= 32'h0ff00751; {1'b0, 16'h788}: instr <= 32'h00000000; {1'b0, 16'h789}: instr <= 32'h8fc20010; {1'b0, 16'h78a}: instr <= 32'h00000000; {1'b0, 16'h78b}: instr <= 32'h24420001; {1'b0, 16'h78c}: instr <= 32'hafc20010; {1'b0, 16'h78d}: instr <= 32'h8fc20010; {1'b0, 16'h78e}: instr <= 32'h00000000; {1'b0, 16'h78f}: instr <= 32'h28420014; {1'b0, 16'h790}: instr <= 32'h1440ffe3; {1'b0, 16'h791}: instr <= 32'h00000000; {1'b0, 16'h792}: instr <= 32'h24040040; {1'b0, 16'h793}: instr <= 32'h0ff007bf; {1'b0, 16'h794}: instr <= 32'h00000000; {1'b0, 16'h795}: instr <= 32'hafc00010; {1'b0, 16'h796}: instr <= 32'h0bf007b1; {1'b0, 16'h797}: instr <= 32'h00000000; {1'b0, 16'h798}: instr <= 32'h8fc20010; {1'b0, 16'h799}: instr <= 32'h00000000; {1'b0, 16'h79a}: instr <= 32'h00401821; {1'b0, 16'h79b}: instr <= 32'h8fc20024; {1'b0, 16'h79c}: instr <= 32'h00000000; {1'b0, 16'h79d}: instr <= 32'h00621021; {1'b0, 16'h79e}: instr <= 32'h80420000; {1'b0, 16'h79f}: instr <= 32'h00000000; {1'b0, 16'h7a0}: instr <= 32'h10400015; {1'b0, 16'h7a1}: instr <= 32'h00000000; {1'b0, 16'h7a2}: instr <= 32'h8fc20010; {1'b0, 16'h7a3}: instr <= 32'h00000000; {1'b0, 16'h7a4}: instr <= 32'h00401821; {1'b0, 16'h7a5}: instr <= 32'h8fc20024; {1'b0, 16'h7a6}: instr <= 32'h00000000; {1'b0, 16'h7a7}: instr <= 32'h00621021; {1'b0, 16'h7a8}: instr <= 32'h80420000; {1'b0, 16'h7a9}: instr <= 32'h00000000; {1'b0, 16'h7aa}: instr <= 32'h00402021; {1'b0, 16'h7ab}: instr <= 32'h0ff00751; {1'b0, 16'h7ac}: instr <= 32'h00000000; {1'b0, 16'h7ad}: instr <= 32'h8fc20010; {1'b0, 16'h7ae}: instr <= 32'h00000000; {1'b0, 16'h7af}: instr <= 32'h24420001; {1'b0, 16'h7b0}: instr <= 32'hafc20010; {1'b0, 16'h7b1}: instr <= 32'h8fc20010; {1'b0, 16'h7b2}: instr <= 32'h00000000; {1'b0, 16'h7b3}: instr <= 32'h28420014; {1'b0, 16'h7b4}: instr <= 32'h1440ffe3; {1'b0, 16'h7b5}: instr <= 32'h00000000; {1'b0, 16'h7b6}: instr <= 32'h00002021; {1'b0, 16'h7b7}: instr <= 32'h0ff007bf; {1'b0, 16'h7b8}: instr <= 32'h00000000; {1'b0, 16'h7b9}: instr <= 32'h03c0e821; {1'b0, 16'h7ba}: instr <= 32'h8fbf001c; {1'b0, 16'h7bb}: instr <= 32'h8fbe0018; {1'b0, 16'h7bc}: instr <= 32'h27bd0020; {1'b0, 16'h7bd}: instr <= 32'h03e00008; {1'b0, 16'h7be}: instr <= 32'h00000000; {1'b0, 16'h7bf}: instr <= 32'h27bdffe8; {1'b0, 16'h7c0}: instr <= 32'hafbf0014; {1'b0, 16'h7c1}: instr <= 32'hafbe0010; {1'b0, 16'h7c2}: instr <= 32'h03a0f021; {1'b0, 16'h7c3}: instr <= 32'h00801021; {1'b0, 16'h7c4}: instr <= 32'ha3c20018; {1'b0, 16'h7c5}: instr <= 32'h93c20018; {1'b0, 16'h7c6}: instr <= 32'h00000000; {1'b0, 16'h7c7}: instr <= 32'h2c420010; {1'b0, 16'h7c8}: instr <= 32'h1440000b; {1'b0, 16'h7c9}: instr <= 32'h00000000; {1'b0, 16'h7ca}: instr <= 32'h93c20018; {1'b0, 16'h7cb}: instr <= 32'h00000000; {1'b0, 16'h7cc}: instr <= 32'h2c420040; {1'b0, 16'h7cd}: instr <= 32'h1440000d; {1'b0, 16'h7ce}: instr <= 32'h00000000; {1'b0, 16'h7cf}: instr <= 32'h93c20018; {1'b0, 16'h7d0}: instr <= 32'h00000000; {1'b0, 16'h7d1}: instr <= 32'h2c420050; {1'b0, 16'h7d2}: instr <= 32'h10400008; {1'b0, 16'h7d3}: instr <= 32'h00000000; {1'b0, 16'h7d4}: instr <= 32'h93c30018; {1'b0, 16'h7d5}: instr <= 32'h2402ff80; {1'b0, 16'h7d6}: instr <= 32'h00621025; {1'b0, 16'h7d7}: instr <= 32'h304200ff; {1'b0, 16'h7d8}: instr <= 32'h00402021; {1'b0, 16'h7d9}: instr <= 32'h0ff007e1; {1'b0, 16'h7da}: instr <= 32'h00000000; {1'b0, 16'h7db}: instr <= 32'h03c0e821; {1'b0, 16'h7dc}: instr <= 32'h8fbf0014; {1'b0, 16'h7dd}: instr <= 32'h8fbe0010; {1'b0, 16'h7de}: instr <= 32'h27bd0018; {1'b0, 16'h7df}: instr <= 32'h03e00008; {1'b0, 16'h7e0}: instr <= 32'h00000000; {1'b0, 16'h7e1}: instr <= 32'h27bdffe8; {1'b0, 16'h7e2}: instr <= 32'hafbf0014; {1'b0, 16'h7e3}: instr <= 32'hafbe0010; {1'b0, 16'h7e4}: instr <= 32'h03a0f021; {1'b0, 16'h7e5}: instr <= 32'h00801021; {1'b0, 16'h7e6}: instr <= 32'ha3c20018; {1'b0, 16'h7e7}: instr <= 32'h3c02a004; {1'b0, 16'h7e8}: instr <= 32'h34434028; {1'b0, 16'h7e9}: instr <= 32'h93c20018; {1'b0, 16'h7ea}: instr <= 32'h00000000; {1'b0, 16'h7eb}: instr <= 32'hac620000; {1'b0, 16'h7ec}: instr <= 32'h93c30018; {1'b0, 16'h7ed}: instr <= 32'h24020001; {1'b0, 16'h7ee}: instr <= 32'h10620005; {1'b0, 16'h7ef}: instr <= 32'h00000000; {1'b0, 16'h7f0}: instr <= 32'h93c30018; {1'b0, 16'h7f1}: instr <= 32'h24020002; {1'b0, 16'h7f2}: instr <= 32'h14620009; {1'b0, 16'h7f3}: instr <= 32'h00000000; {1'b0, 16'h7f4}: instr <= 32'h24040001; {1'b0, 16'h7f5}: instr <= 32'h0ff006e6; {1'b0, 16'h7f6}: instr <= 32'h00000000; {1'b0, 16'h7f7}: instr <= 32'h24040005; {1'b0, 16'h7f8}: instr <= 32'h0ff0070c; {1'b0, 16'h7f9}: instr <= 32'h00000000; {1'b0, 16'h7fa}: instr <= 32'h0bf007ff; {1'b0, 16'h7fb}: instr <= 32'h00000000; {1'b0, 16'h7fc}: instr <= 32'h240400c8; {1'b0, 16'h7fd}: instr <= 32'h0ff00722; {1'b0, 16'h7fe}: instr <= 32'h00000000; {1'b0, 16'h7ff}: instr <= 32'h03c0e821; {1'b0, 16'h800}: instr <= 32'h8fbf0014; {1'b0, 16'h801}: instr <= 32'h8fbe0010; {1'b0, 16'h802}: instr <= 32'h27bd0018; {1'b0, 16'h803}: instr <= 32'h03e00008; {1'b0, 16'h804}: instr <= 32'h00000000; {1'b0, 16'h805}: instr <= 32'h27bdfff0; {1'b0, 16'h806}: instr <= 32'hafbe0008; {1'b0, 16'h807}: instr <= 32'h03a0f021; {1'b0, 16'h808}: instr <= 32'h00801021; {1'b0, 16'h809}: instr <= 32'ha3c20010; {1'b0, 16'h80a}: instr <= 32'h93c20010; {1'b0, 16'h80b}: instr <= 32'h00000000; {1'b0, 16'h80c}: instr <= 32'h2c420010; {1'b0, 16'h80d}: instr <= 32'h1440000b; {1'b0, 16'h80e}: instr <= 32'h00000000; {1'b0, 16'h80f}: instr <= 32'h93c20010; {1'b0, 16'h810}: instr <= 32'h00000000; {1'b0, 16'h811}: instr <= 32'h2c420040; {1'b0, 16'h812}: instr <= 32'h1440000b; {1'b0, 16'h813}: instr <= 32'h00000000; {1'b0, 16'h814}: instr <= 32'h93c20010; {1'b0, 16'h815}: instr <= 32'h00000000; {1'b0, 16'h816}: instr <= 32'h2c420050; {1'b0, 16'h817}: instr <= 32'h10400006; {1'b0, 16'h818}: instr <= 32'h00000000; {1'b0, 16'h819}: instr <= 32'h93c20010; {1'b0, 16'h81a}: instr <= 32'h00000000; {1'b0, 16'h81b}: instr <= 32'hafc20000; {1'b0, 16'h81c}: instr <= 32'h0bf00873; {1'b0, 16'h81d}: instr <= 32'h00000000; {1'b0, 16'h81e}: instr <= 32'h93c20010; {1'b0, 16'h81f}: instr <= 32'h00000000; {1'b0, 16'h820}: instr <= 32'h2c420050; {1'b0, 16'h821}: instr <= 32'h14400013; {1'b0, 16'h822}: instr <= 32'h00000000; {1'b0, 16'h823}: instr <= 32'h93c20010; {1'b0, 16'h824}: instr <= 32'h00000000; {1'b0, 16'h825}: instr <= 32'h2c420060; {1'b0, 16'h826}: instr <= 32'h1040000e; {1'b0, 16'h827}: instr <= 32'h00000000; {1'b0, 16'h828}: instr <= 32'h93c40010; {1'b0, 16'h829}: instr <= 32'h3c02cccc; {1'b0, 16'h82a}: instr <= 32'h3442cccd; {1'b0, 16'h82b}: instr <= 32'h00820019; {1'b0, 16'h82c}: instr <= 32'h00001010; {1'b0, 16'h82d}: instr <= 32'h00021182; {1'b0, 16'h82e}: instr <= 32'h00021100; {1'b0, 16'h82f}: instr <= 32'h00021880; {1'b0, 16'h830}: instr <= 32'h00431021; {1'b0, 16'h831}: instr <= 32'h00821023; {1'b0, 16'h832}: instr <= 32'ha3c20010; {1'b0, 16'h833}: instr <= 32'h0bf00870; {1'b0, 16'h834}: instr <= 32'h00000000; {1'b0, 16'h835}: instr <= 32'h93c20010; {1'b0, 16'h836}: instr <= 32'h00000000; {1'b0, 16'h837}: instr <= 32'h2c4200f0; {1'b0, 16'h838}: instr <= 32'h1440000f; {1'b0, 16'h839}: instr <= 32'h00000000; {1'b0, 16'h83a}: instr <= 32'h93c40010; {1'b0, 16'h83b}: instr <= 32'h00000000; {1'b0, 16'h83c}: instr <= 32'h00041942; {1'b0, 16'h83d}: instr <= 32'h3c022492; {1'b0, 16'h83e}: instr <= 32'h34424929; {1'b0, 16'h83f}: instr <= 32'h00620019; {1'b0, 16'h840}: instr <= 32'h00001010; {1'b0, 16'h841}: instr <= 32'h00021940; {1'b0, 16'h842}: instr <= 32'h000310c0; {1'b0, 16'h843}: instr <= 32'h00431023; {1'b0, 16'h844}: instr <= 32'h00821023; {1'b0, 16'h845}: instr <= 32'ha3c20010; {1'b0, 16'h846}: instr <= 32'h0bf00870; {1'b0, 16'h847}: instr <= 32'h00000000; {1'b0, 16'h848}: instr <= 32'h93c20010; {1'b0, 16'h849}: instr <= 32'h00000000; {1'b0, 16'h84a}: instr <= 32'h2c420010; {1'b0, 16'h84b}: instr <= 32'h1440000c; {1'b0, 16'h84c}: instr <= 32'h00000000; {1'b0, 16'h84d}: instr <= 32'h93c20010; {1'b0, 16'h84e}: instr <= 32'h00000000; {1'b0, 16'h84f}: instr <= 32'h2c420020; {1'b0, 16'h850}: instr <= 32'h10400007; {1'b0, 16'h851}: instr <= 32'h00000000; {1'b0, 16'h852}: instr <= 32'h93c20010; {1'b0, 16'h853}: instr <= 32'h00000000; {1'b0, 16'h854}: instr <= 32'h24420030; {1'b0, 16'h855}: instr <= 32'ha3c20010; {1'b0, 16'h856}: instr <= 32'h0bf00870; {1'b0, 16'h857}: instr <= 32'h00000000; {1'b0, 16'h858}: instr <= 32'h93c20010; {1'b0, 16'h859}: instr <= 32'h00000000; {1'b0, 16'h85a}: instr <= 32'h2c420030; {1'b0, 16'h85b}: instr <= 32'h14400013; {1'b0, 16'h85c}: instr <= 32'h00000000; {1'b0, 16'h85d}: instr <= 32'h93c20010; {1'b0, 16'h85e}: instr <= 32'h00000000; {1'b0, 16'h85f}: instr <= 32'h2c420040; {1'b0, 16'h860}: instr <= 32'h1040000e; {1'b0, 16'h861}: instr <= 32'h00000000; {1'b0, 16'h862}: instr <= 32'h93c40010; {1'b0, 16'h863}: instr <= 32'h3c02aaaa; {1'b0, 16'h864}: instr <= 32'h3442aaab; {1'b0, 16'h865}: instr <= 32'h00820019; {1'b0, 16'h866}: instr <= 32'h00001010; {1'b0, 16'h867}: instr <= 32'h00021142; {1'b0, 16'h868}: instr <= 32'h00021900; {1'b0, 16'h869}: instr <= 32'h00031080; {1'b0, 16'h86a}: instr <= 32'h00431023; {1'b0, 16'h86b}: instr <= 32'h00821023; {1'b0, 16'h86c}: instr <= 32'ha3c20010; {1'b0, 16'h86d}: instr <= 32'h0bf00870; {1'b0, 16'h86e}: instr <= 32'h00000000; {1'b0, 16'h86f}: instr <= 32'ha3c00010; {1'b0, 16'h870}: instr <= 32'h93c20010; {1'b0, 16'h871}: instr <= 32'h00000000; {1'b0, 16'h872}: instr <= 32'hafc20000; {1'b0, 16'h873}: instr <= 32'h8fc20000; {1'b0, 16'h874}: instr <= 32'h03c0e821; {1'b0, 16'h875}: instr <= 32'h8fbe0008; {1'b0, 16'h876}: instr <= 32'h27bd0010; {1'b0, 16'h877}: instr <= 32'h03e00008; {1'b0, 16'h878}: instr <= 32'h00000000; {1'b0, 16'h879}: instr <= 32'h27bdfff0; {1'b0, 16'h87a}: instr <= 32'hafbe0008; {1'b0, 16'h87b}: instr <= 32'h03a0f021; {1'b0, 16'h87c}: instr <= 32'hafc40010; {1'b0, 16'h87d}: instr <= 32'hafc50014; {1'b0, 16'h87e}: instr <= 32'h8fc20014; {1'b0, 16'h87f}: instr <= 32'h00000000; {1'b0, 16'h880}: instr <= 32'h90420000; {1'b0, 16'h881}: instr <= 32'h00000000; {1'b0, 16'h882}: instr <= 32'ha3c20000; {1'b0, 16'h883}: instr <= 32'h0bf00896; {1'b0, 16'h884}: instr <= 32'h00000000; {1'b0, 16'h885}: instr <= 32'h8fc30010; {1'b0, 16'h886}: instr <= 32'h93c20000; {1'b0, 16'h887}: instr <= 32'h00000000; {1'b0, 16'h888}: instr <= 32'ha0620000; {1'b0, 16'h889}: instr <= 32'h8fc20010; {1'b0, 16'h88a}: instr <= 32'h00000000; {1'b0, 16'h88b}: instr <= 32'h24420001; {1'b0, 16'h88c}: instr <= 32'hafc20010; {1'b0, 16'h88d}: instr <= 32'h8fc20014; {1'b0, 16'h88e}: instr <= 32'h00000000; {1'b0, 16'h88f}: instr <= 32'h24420001; {1'b0, 16'h890}: instr <= 32'hafc20014; {1'b0, 16'h891}: instr <= 32'h8fc20014; {1'b0, 16'h892}: instr <= 32'h00000000; {1'b0, 16'h893}: instr <= 32'h90420000; {1'b0, 16'h894}: instr <= 32'h00000000; {1'b0, 16'h895}: instr <= 32'ha3c20000; {1'b0, 16'h896}: instr <= 32'h83c20000; {1'b0, 16'h897}: instr <= 32'h00000000; {1'b0, 16'h898}: instr <= 32'h1440ffec; {1'b0, 16'h899}: instr <= 32'h00000000; {1'b0, 16'h89a}: instr <= 32'h8fc20010; {1'b0, 16'h89b}: instr <= 32'h00000000; {1'b0, 16'h89c}: instr <= 32'ha0400000; {1'b0, 16'h89d}: instr <= 32'h8fc20010; {1'b0, 16'h89e}: instr <= 32'h03c0e821; {1'b0, 16'h89f}: instr <= 32'h8fbe0008; {1'b0, 16'h8a0}: instr <= 32'h27bd0010; {1'b0, 16'h8a1}: instr <= 32'h03e00008; {1'b0, 16'h8a2}: instr <= 32'h00000000; {1'b0, 16'h8a3}: instr <= 32'h27bdfff0; {1'b0, 16'h8a4}: instr <= 32'hafbe0008; {1'b0, 16'h8a5}: instr <= 32'h03a0f021; {1'b0, 16'h8a6}: instr <= 32'hafc40010; {1'b0, 16'h8a7}: instr <= 32'hafc50014; {1'b0, 16'h8a8}: instr <= 32'h8fc20010; {1'b0, 16'h8a9}: instr <= 32'h8fc30014; {1'b0, 16'h8aa}: instr <= 32'h00000000; {1'b0, 16'h8ab}: instr <= 32'h14430013; {1'b0, 16'h8ac}: instr <= 32'h00000000; {1'b0, 16'h8ad}: instr <= 32'hafc00000; {1'b0, 16'h8ae}: instr <= 32'h0bf008db; {1'b0, 16'h8af}: instr <= 32'h00000000; {1'b0, 16'h8b0}: instr <= 32'h8fc40010; {1'b0, 16'h8b1}: instr <= 32'h00000000; {1'b0, 16'h8b2}: instr <= 32'h80820000; {1'b0, 16'h8b3}: instr <= 32'h00000000; {1'b0, 16'h8b4}: instr <= 32'h2c420001; {1'b0, 16'h8b5}: instr <= 32'h304200ff; {1'b0, 16'h8b6}: instr <= 32'h8fc30010; {1'b0, 16'h8b7}: instr <= 32'h00000000; {1'b0, 16'h8b8}: instr <= 32'h24630001; {1'b0, 16'h8b9}: instr <= 32'hafc30010; {1'b0, 16'h8ba}: instr <= 32'h10400004; {1'b0, 16'h8bb}: instr <= 32'h00000000; {1'b0, 16'h8bc}: instr <= 32'hafc00000; {1'b0, 16'h8bd}: instr <= 32'h0bf008db; {1'b0, 16'h8be}: instr <= 32'h00000000; {1'b0, 16'h8bf}: instr <= 32'h8fc40010; {1'b0, 16'h8c0}: instr <= 32'h00000000; {1'b0, 16'h8c1}: instr <= 32'h80830000; {1'b0, 16'h8c2}: instr <= 32'h8fc40014; {1'b0, 16'h8c3}: instr <= 32'h00000000; {1'b0, 16'h8c4}: instr <= 32'h80820000; {1'b0, 16'h8c5}: instr <= 32'h00000000; {1'b0, 16'h8c6}: instr <= 32'h00621026; {1'b0, 16'h8c7}: instr <= 32'h2c420001; {1'b0, 16'h8c8}: instr <= 32'h304200ff; {1'b0, 16'h8c9}: instr <= 32'h8fc30014; {1'b0, 16'h8ca}: instr <= 32'h00000000; {1'b0, 16'h8cb}: instr <= 32'h24630001; {1'b0, 16'h8cc}: instr <= 32'hafc30014; {1'b0, 16'h8cd}: instr <= 32'h1440ffe2; {1'b0, 16'h8ce}: instr <= 32'h00000000; {1'b0, 16'h8cf}: instr <= 32'h8fc40010; {1'b0, 16'h8d0}: instr <= 32'h00000000; {1'b0, 16'h8d1}: instr <= 32'h80820000; {1'b0, 16'h8d2}: instr <= 32'h00000000; {1'b0, 16'h8d3}: instr <= 32'h00401821; {1'b0, 16'h8d4}: instr <= 32'h8fc40014; {1'b0, 16'h8d5}: instr <= 32'h00000000; {1'b0, 16'h8d6}: instr <= 32'h2482ffff; {1'b0, 16'h8d7}: instr <= 32'h80420000; {1'b0, 16'h8d8}: instr <= 32'h00000000; {1'b0, 16'h8d9}: instr <= 32'h00621823; {1'b0, 16'h8da}: instr <= 32'hafc30000; {1'b0, 16'h8db}: instr <= 32'h8fc20000; {1'b0, 16'h8dc}: instr <= 32'h03c0e821; {1'b0, 16'h8dd}: instr <= 32'h8fbe0008; {1'b0, 16'h8de}: instr <= 32'h27bd0010; {1'b0, 16'h8df}: instr <= 32'h03e00008; {1'b0, 16'h8e0}: instr <= 32'h00000000; {1'b0, 16'h8e1}: instr <= 32'h27bdfff0; {1'b0, 16'h8e2}: instr <= 32'hafbe0008; {1'b0, 16'h8e3}: instr <= 32'h03a0f021; {1'b0, 16'h8e4}: instr <= 32'hafc40010; {1'b0, 16'h8e5}: instr <= 32'hafc50014; {1'b0, 16'h8e6}: instr <= 32'hafc60018; {1'b0, 16'h8e7}: instr <= 32'h8fc20018; {1'b0, 16'h8e8}: instr <= 32'h00000000; {1'b0, 16'h8e9}: instr <= 32'h10400016; {1'b0, 16'h8ea}: instr <= 32'h00000000; {1'b0, 16'h8eb}: instr <= 32'h8fc20010; {1'b0, 16'h8ec}: instr <= 32'h00000000; {1'b0, 16'h8ed}: instr <= 32'hafc20000; {1'b0, 16'h8ee}: instr <= 32'h8fc20014; {1'b0, 16'h8ef}: instr <= 32'h00000000; {1'b0, 16'h8f0}: instr <= 32'h304300ff; {1'b0, 16'h8f1}: instr <= 32'h8fc20000; {1'b0, 16'h8f2}: instr <= 32'h00000000; {1'b0, 16'h8f3}: instr <= 32'ha0430000; {1'b0, 16'h8f4}: instr <= 32'h8fc20000; {1'b0, 16'h8f5}: instr <= 32'h00000000; {1'b0, 16'h8f6}: instr <= 32'h24420001; {1'b0, 16'h8f7}: instr <= 32'hafc20000; {1'b0, 16'h8f8}: instr <= 32'h8fc20018; {1'b0, 16'h8f9}: instr <= 32'h00000000; {1'b0, 16'h8fa}: instr <= 32'h2442ffff; {1'b0, 16'h8fb}: instr <= 32'hafc20018; {1'b0, 16'h8fc}: instr <= 32'h8fc20018; {1'b0, 16'h8fd}: instr <= 32'h00000000; {1'b0, 16'h8fe}: instr <= 32'h1440ffef; {1'b0, 16'h8ff}: instr <= 32'h00000000; {1'b0, 16'h900}: instr <= 32'h8fc20010; {1'b0, 16'h901}: instr <= 32'h03c0e821; {1'b0, 16'h902}: instr <= 32'h8fbe0008; {1'b0, 16'h903}: instr <= 32'h27bd0010; {1'b0, 16'h904}: instr <= 32'h03e00008; {1'b0, 16'h905}: instr <= 32'h00000000; default: instr <= 32'h00000000; endcase end endmodule