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

Added Filelist and made modifications to work with Xcelium

parent 8f24dc8d
No related branches found
No related tags found
No related merge requests found
//-----------------------------------------------------------------------------
// SHA-2 Accelerator Filelist
// A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
//
// Contributors
//
// David Mapstone (d.a.mapstone@soton.ac.uk)
//
// Copyright � 2021-3, SoC Labs (www.soclabs.org)
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// Abstract : Verilog Command File for SHA-2 Accelerator example
//-----------------------------------------------------------------------------
// ============= Verilog library extensions ===========
+libext+.v+.vlib
// ============= Accelerator Module search path =============
-y $DESIGN/sha-2-accelerator/hdl/src/
+incdir+$DESIGN/sha-2-accelerator/hdl/src/
$DESIGN/sha-2-accelerator/hdl/src/fifo_vr.sv
$DESIGN/sha-2-accelerator/hdl/src/sha256_hash_compression.sv
$DESIGN/sha-2-accelerator/hdl/src/sha256_hashing_stream.sv
$DESIGN/sha-2-accelerator/hdl/src/sha256_message_build.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_1_3_arbitrator.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_config_sync.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_engine.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_id_buf.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_id_issue.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_id_validator.sv
// $DESIGN/sha-2-accelerator/hdl/src/sha256_packet_manager.sv
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
// //
// Copyright 2022, SoC Labs (www.soclabs.org) // Copyright 2022, SoC Labs (www.soclabs.org)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
`include "sha256_hashing_functions.sv" `include "sha256_hashing_functions.svp"
module sha256_hash_compression ( module sha256_hash_compression (
input logic clk, input logic clk,
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
// //
// Copyright 2022, SoC Labs (www.soclabs.org) // Copyright 2022, SoC Labs (www.soclabs.org)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
`include "sha256_hash_compression.sv" // `include "sha256_hash_compression.sv"
`include "sha256_message_build.sv" // `include "sha256_message_build.sv"
`include "sha256_id_issue.sv" // `include "sha256_id_issue.sv"
`include "fifo_vr.sv" // `include "fifo_vr.sv"
module sha256_hashing_stream ( module sha256_hashing_stream (
// Clocking Signals // Clocking Signals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment