Skip to content
Snippets Groups Projects
Commit c04ad57b authored by dam1n19's avatar dam1n19
Browse files

SOC1-167: Remove aes accelerator comments from nanosoc_chip

parent 17a485dc
No related branches found
No related tags found
No related merge requests found
......@@ -878,45 +878,6 @@ nanosoc_exp #(.ADDRWIDTH(29)
`endif
// soclabs_ahb_aes128_ctrl u_exp_aes128 (
// .ahb_hclk (HCLK),
// .ahb_hresetn (HRESETn),
// .ahb_hsel (HSEL_exp),
// .ahb_haddr16 (HADDR_exp[15:0]),
// .ahb_htrans (HTRANS_exp),
// .ahb_hwrite (HWRITE_exp),
// .ahb_hsize (HSIZE_exp),
// // .ahb_hburst (HBURST_exp),
// .ahb_hprot (HPROT_exp),
// .ahb_hwdata (HWDATA_exp),
// // .ahb_hmastlock (HMASTLOCK_exp),
// .ahb_hready (HREADYMUX_exp),
// .ahb_hrdata (HRDATA_exp),
// .ahb_hreadyout (HREADYOUT_exp),
// .ahb_hresp (HRESP_exp),
// .drq_ipdma128 (aes128_ip_req),
// .dlast_ipdma128 (1'b0),
// .drq_opdma128 (aes128_op_req),
// .dlast_opdma128 (1'b0),
// .irq_key128 (exp_irq0),
// .irq_ip128 (exp_irq1),
// .irq_op128 (exp_irq2),
// .irq_error (exp_irq3),
// .irq_merged (aes128_irq)
// );
// // Default slave
// cmsdk_ahb_default_slave u_ahb_exp (
// .HCLK (HCLK),
// .HRESETn (HRESETn),
// .HSEL (HSEL_exp),
// .HTRANS (HTRANS_exp),
// .HREADY (HREADYMUX_exp),
// .HREADYOUT (HREADYOUT_exp),
// .HRESP (HRESP_exp)
// );
// assign HRDATA_exp = 32'heaedeaed; // Tie off Expansion Address Expansion Data
assign HRUSER_exp = 2'b00;
// ************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment