Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- qossayrida_PipelineProcessorDesign/candidates/ALU__ALU/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/ALU__ALU/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/candidates/Compare__Compare/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/Compare__Compare/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/candidates/EXEStage__EXEStage/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/EXEStage__EXEStage/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/candidates/Extender__Extender/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/Extender__Extender/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/candidates/IFStage__IFStage/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/IFStage__IFStage/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/candidates/IFStage__mux/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/IFStage__mux/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/buggy_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/diff.patch +11 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/metadata.json +16 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/sim_log.txt +18 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/buggy_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/diff.patch +12 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/metadata.json +16 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/sim_log.txt +18 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/buggy_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/diff.patch +11 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/metadata.json +16 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/sim_log.txt +13 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/wrong_bitwidth/buggy_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/wrong_bitwidth/diff.patch +11 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/wrong_bitwidth/metadata.json +16 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/golden_waveform.fst +0 -0
- qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/sim.sh +11 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/Edfmap.ini +1380 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor.adf +76 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/PipelineProcessor.lib +420 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/elaboration.log +45 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/ext.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/slp_model.dll +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/slp_model.info +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/slp_model_par.info +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/spi.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/ext.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/slp_model.dll +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/slp_model.info +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/slp_model_par.info +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/spi.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/ext.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/slp_model.dll +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/slp_model.info +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/slp_model_par.info +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/spi.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/459321c7551a1f1a6474a6edd9a191a9/ext.gen +0 -0
- qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/459321c7551a1f1a6474a6edd9a191a9/slp_model.dll +0 -0
qossayrida_PipelineProcessorDesign/candidates/ALU__ALU/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/ALU__ALU/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s ALU_TB -o /tmp/sim_ALU_TB "$SRCDIR/PipelineProcessor/src/integration/parameter.v" "$SRCDIR/PipelineProcessor/src/alu/ALU.v"
|
| 11 |
+
vvp /tmp/sim_ALU_TB -fst
|
qossayrida_PipelineProcessorDesign/candidates/Compare__Compare/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/Compare__Compare/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s Compare_TB -o /tmp/sim_Compare_TB "$SRCDIR/PipelineProcessor/src/utilities/Compare.v"
|
| 11 |
+
vvp /tmp/sim_Compare_TB -fst
|
qossayrida_PipelineProcessorDesign/candidates/EXEStage__EXEStage/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/EXEStage__EXEStage/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s EXEStage_TB -o /tmp/sim_EXEStage_TB "$SRCDIR/PipelineProcessor/src/integration/parameter.v" "$SRCDIR/PipelineProcessor/src/alu/ALU.v" "$SRCDIR/PipelineProcessor/src/stages/EXEStage.v"
|
| 11 |
+
vvp /tmp/sim_EXEStage_TB -fst
|
qossayrida_PipelineProcessorDesign/candidates/Extender__Extender/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/Extender__Extender/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s Extender_TB -o /tmp/sim_Extender_TB "$SRCDIR/PipelineProcessor/src/utilities/Extender.v"
|
| 11 |
+
vvp /tmp/sim_Extender_TB -fst
|
qossayrida_PipelineProcessorDesign/candidates/IFStage__IFStage/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/IFStage__IFStage/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s IFStage_TB -o /tmp/sim_IFStage_TB "$SRCDIR/PipelineProcessor/src/integration/parameter.v" "$SRCDIR/PipelineProcessor/src/instruction_memory/InstructionMemory.v" "$SRCDIR/PipelineProcessor/src/utilities/mux.v" "$SRCDIR/PipelineProcessor/src/stages/IFStage.v"
|
| 11 |
+
vvp /tmp/sim_IFStage_TB -fst
|
qossayrida_PipelineProcessorDesign/candidates/IFStage__mux/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/IFStage__mux/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s IFStage_TB -o /tmp/sim_IFStage_TB "$SRCDIR/PipelineProcessor/src/integration/parameter.v" "$SRCDIR/PipelineProcessor/src/instruction_memory/InstructionMemory.v" "$SRCDIR/PipelineProcessor/src/utilities/mux.v" "$SRCDIR/PipelineProcessor/src/stages/IFStage.v"
|
| 11 |
+
vvp /tmp/sim_IFStage_TB -fst
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/buggy_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/diff.patch
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--- a/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 2 |
+
+++ b/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 3 |
+
@@ -11,7 +11,7 @@
|
| 4 |
+
always @(posedge clk) begin
|
| 5 |
+
|
| 6 |
+
if (!stall)
|
| 7 |
+
- instruction <= {instructionMemory[address + 1], instructionMemory[address]};
|
| 8 |
+
+ instruction <= {instructionMemory[address], instructionMemory[address + 1]};
|
| 9 |
+
|
| 10 |
+
end
|
| 11 |
+
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bug_type": "concat_swap",
|
| 3 |
+
"task_type": "behavioral_bug",
|
| 4 |
+
"files_modified": [
|
| 5 |
+
"PipelineProcessor/src/instruction_memory/InstructionMemory.v"
|
| 6 |
+
],
|
| 7 |
+
"bug_description": "Reordered concatenation {instructionMemory[address + 1], instructionMemory[address]} to {instructionMemory[address], instructionMemory[address + 1]} \u2014 swaps the high and low bytes of the fetched instruction, causing the instruction word to be byte-swapped",
|
| 8 |
+
"signals_affected": [
|
| 9 |
+
"instruction"
|
| 10 |
+
],
|
| 11 |
+
"simulation_status": "sim_ok",
|
| 12 |
+
"problem_statement": "Instruction fetch produces incorrect byte ordering beginning at t=5ns. When the instruction pointer accesses memory, the instruction signal outputs 0x0052 (0000000101010010), but the byte arrangement does not conform to the defined memory layout. The high and low bytes appear to be reversed relative to the memory addresses being accessed, resulting in corrupted opcodes being presented to the decode stage. This discrepancy is consistent across all instruction fetches, suggesting a systematic error in how instruction bytes are assembled from memory.",
|
| 13 |
+
"diff_summary": "4 changed lines",
|
| 14 |
+
"buggy_waveform": "buggy_waveform.fst",
|
| 15 |
+
"golden_waveform": "golden_waveform.fst"
|
| 16 |
+
}
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/concat_swap/sim_log.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FST info: dumpfile wave_InstructionMemory.fst opened for output.
|
| 2 |
+
At time 0, Address = 0000, Instruction = xxxx
|
| 3 |
+
At time 5, Address = 0000, Instruction = 0152
|
| 4 |
+
At time 20, Address = 0002, Instruction = 0152
|
| 5 |
+
At time 25, Address = 0002, Instruction = 0354
|
| 6 |
+
At time 30, Address = 0004, Instruction = 0354
|
| 7 |
+
At time 35, Address = 0004, Instruction = 5016
|
| 8 |
+
At time 40, Address = 0006, Instruction = 5016
|
| 9 |
+
At time 45, Address = 0006, Instruction = 0576
|
| 10 |
+
At time 50, Address = 0008, Instruction = 0576
|
| 11 |
+
At time 55, Address = 0008, Instruction = xxxx
|
| 12 |
+
At time 60, Address = 000a, Instruction = xxxx
|
| 13 |
+
At time 70, Address = 000c, Instruction = xxxx
|
| 14 |
+
At time 80, Address = 000e, Instruction = xxxx
|
| 15 |
+
At time 90, Address = 0010, Instruction = xxxx
|
| 16 |
+
At time 100, Address = 0012, Instruction = xxxx
|
| 17 |
+
At time 110, Address = 0014, Instruction = xxxx
|
| 18 |
+
/tmp/sim4_simsh_mf_7s8z9/source/PipelineProcessor/src/instruction_memory/InstructionMemory.v:131: $finish called at 130 (1s)
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/buggy_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/diff.patch
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--- a/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 2 |
+
+++ b/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 3 |
+
@@ -10,8 +10,7 @@
|
| 4 |
+
|
| 5 |
+
always @(posedge clk) begin
|
| 6 |
+
|
| 7 |
+
- if (!stall)
|
| 8 |
+
- instruction <= {instructionMemory[address + 1], instructionMemory[address]};
|
| 9 |
+
+ instruction <= {instructionMemory[address + 1], instructionMemory[address]};
|
| 10 |
+
|
| 11 |
+
end
|
| 12 |
+
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bug_type": "missing_enable",
|
| 3 |
+
"task_type": "behavioral_bug",
|
| 4 |
+
"files_modified": [
|
| 5 |
+
"PipelineProcessor/src/instruction_memory/InstructionMemory.v"
|
| 6 |
+
],
|
| 7 |
+
"bug_description": "Removed '!stall' enable condition from sequential block \u2014 instruction output now updates every clock edge regardless of the stall signal",
|
| 8 |
+
"signals_affected": [
|
| 9 |
+
"instruction"
|
| 10 |
+
],
|
| 11 |
+
"simulation_status": "sim_ok",
|
| 12 |
+
"problem_statement": "When the stall signal is asserted, the instruction register should hold its current value across clock edges. However, the waveform shows that the instruction signal continues to update on every clock cycle, ignoring the stall condition. At t=5, the instruction signal updates to 0101001000000001 while stall is active, when it should have remained unchanged. This indicates the instruction output is not properly responding to stall assertions, causing the pipeline to advance instructions even during stall periods and breaking pipeline flow control.",
|
| 13 |
+
"diff_summary": "5 changed lines",
|
| 14 |
+
"buggy_waveform": "buggy_waveform.fst",
|
| 15 |
+
"golden_waveform": "golden_waveform.fst"
|
| 16 |
+
}
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/missing_enable/sim_log.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FST info: dumpfile wave_InstructionMemory.fst opened for output.
|
| 2 |
+
At time 0, Address = 0000, Instruction = xxxx
|
| 3 |
+
At time 5, Address = 0000, Instruction = 5201
|
| 4 |
+
At time 20, Address = 0002, Instruction = 5201
|
| 5 |
+
At time 25, Address = 0002, Instruction = 5403
|
| 6 |
+
At time 30, Address = 0004, Instruction = 5403
|
| 7 |
+
At time 35, Address = 0004, Instruction = 1650
|
| 8 |
+
At time 40, Address = 0006, Instruction = 1650
|
| 9 |
+
At time 45, Address = 0006, Instruction = 7605
|
| 10 |
+
At time 50, Address = 0008, Instruction = 7605
|
| 11 |
+
At time 55, Address = 0008, Instruction = xxxx
|
| 12 |
+
At time 60, Address = 000a, Instruction = xxxx
|
| 13 |
+
At time 70, Address = 000c, Instruction = xxxx
|
| 14 |
+
At time 80, Address = 000e, Instruction = xxxx
|
| 15 |
+
At time 90, Address = 0010, Instruction = xxxx
|
| 16 |
+
At time 100, Address = 0012, Instruction = xxxx
|
| 17 |
+
At time 110, Address = 0014, Instruction = xxxx
|
| 18 |
+
/tmp/sim4_simsh_hb2xb6lt/source/PipelineProcessor/src/instruction_memory/InstructionMemory.v:130: $finish called at 130 (1s)
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/buggy_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/diff.patch
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--- a/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 2 |
+
+++ b/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 3 |
+
@@ -87,7 +87,7 @@
|
| 4 |
+
.kill(kill),
|
| 5 |
+
.stall(stall),
|
| 6 |
+
.address(address),
|
| 7 |
+
- .instruction(instruction)
|
| 8 |
+
+ .instruction()
|
| 9 |
+
);
|
| 10 |
+
|
| 11 |
+
// Clock generation
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bug_type": "unconnected_port",
|
| 3 |
+
"task_type": "behavioral_bug",
|
| 4 |
+
"files_modified": [
|
| 5 |
+
"PipelineProcessor/src/instruction_memory/InstructionMemory.v"
|
| 6 |
+
],
|
| 7 |
+
"bug_description": "Disconnected 'instruction' output port of InstructionMemory instantiation in testbench \u2014 'instruction' wire in InstructionMemory_TB is now floating",
|
| 8 |
+
"signals_affected": [
|
| 9 |
+
"instruction"
|
| 10 |
+
],
|
| 11 |
+
"simulation_status": "sim_ok",
|
| 12 |
+
"problem_statement": "During testbench execution, the `instruction` output signal from InstructionMemory fails to update with valid instruction values. At t=5, when the module is expected to present the first instruction fetch result, `instruction` is observed at 0101001000000001 and does not transition to subsequent instruction values as memory addresses change. The signal appears to be stuck at this initial value or not properly propagating from the memory output, suggesting a potential issue with the output data path or signal connectivity in the instantiation. This prevents proper verification of the instruction fetch functionality and downstream pipeline stages that depend on receiving correct instruction encodings.",
|
| 13 |
+
"diff_summary": "4 changed lines",
|
| 14 |
+
"buggy_waveform": "buggy_waveform.fst",
|
| 15 |
+
"golden_waveform": "golden_waveform.fst"
|
| 16 |
+
}
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/unconnected_port/sim_log.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FST info: dumpfile wave_InstructionMemory.fst opened for output.
|
| 2 |
+
At time 0, Address = 0000, Instruction = zzzz
|
| 3 |
+
At time 20, Address = 0002, Instruction = zzzz
|
| 4 |
+
At time 30, Address = 0004, Instruction = zzzz
|
| 5 |
+
At time 40, Address = 0006, Instruction = zzzz
|
| 6 |
+
At time 50, Address = 0008, Instruction = zzzz
|
| 7 |
+
At time 60, Address = 000a, Instruction = zzzz
|
| 8 |
+
At time 70, Address = 000c, Instruction = zzzz
|
| 9 |
+
At time 80, Address = 000e, Instruction = zzzz
|
| 10 |
+
At time 90, Address = 0010, Instruction = zzzz
|
| 11 |
+
At time 100, Address = 0012, Instruction = zzzz
|
| 12 |
+
At time 110, Address = 0014, Instruction = zzzz
|
| 13 |
+
/tmp/sim4_simsh_o7_64cgo/source/PipelineProcessor/src/instruction_memory/InstructionMemory.v:131: $finish called at 130 (1s)
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/wrong_bitwidth/buggy_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/wrong_bitwidth/diff.patch
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--- a/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 2 |
+
+++ b/PipelineProcessor/src/instruction_memory/InstructionMemory.v
|
| 3 |
+
@@ -5,7 +5,7 @@
|
| 4 |
+
);
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
- reg [7:0] instructionMemory [0:255]; // the size will be 2 ^ 16
|
| 8 |
+
+ reg [5:0] instructionMemory [0:255]; // the size will be 2 ^ 16
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
always @(posedge clk) begin
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/bugs/wrong_bitwidth/metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bug_type": "wrong_bitwidth",
|
| 3 |
+
"task_type": "behavioral_bug",
|
| 4 |
+
"files_modified": [
|
| 5 |
+
"PipelineProcessor/src/instruction_memory/InstructionMemory.v"
|
| 6 |
+
],
|
| 7 |
+
"bug_description": "Truncated 'instructionMemory' register array from 8 bits to 6 bits, causing upper 2 bits of each stored byte to be lost, resulting in corrupted instructions being fetched",
|
| 8 |
+
"signals_affected": [
|
| 9 |
+
"instructionMemory"
|
| 10 |
+
],
|
| 11 |
+
"simulation_status": "sim_ok",
|
| 12 |
+
"problem_statement": "Instructions fetched from instructionMemory are being corrupted during storage or retrieval. At t=5ns, the instruction signal shows 0x0201, but based on the instruction encoding for this operation, the upper bits [7:6] should be set, not zeroed. This pattern is consistent across multiple test cycles\u2014any instruction with high-valued bytes written to instructionMemory comes back with those upper bits lost, causing invalid or unexpected opcodes to be executed. The 8-bit values being stored should be fully preserved, but it appears only 6 bits are being retained. Need to verify that instructionMemory is sized correctly to hold complete instruction bytes without truncation.",
|
| 13 |
+
"diff_summary": "4 changed lines",
|
| 14 |
+
"buggy_waveform": "buggy_waveform.fst",
|
| 15 |
+
"golden_waveform": "golden_waveform.fst"
|
| 16 |
+
}
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/golden_waveform.fst
ADDED
|
|
qossayrida_PipelineProcessorDesign/candidates/InstructionMemory__InstructionMemory/sim.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
if ! command -v python &>/dev/null; then
|
| 4 |
+
_TMPBIN=$(mktemp -d)
|
| 5 |
+
ln -s "$(command -v python3)" "$_TMPBIN/python"
|
| 6 |
+
export PATH="$_TMPBIN:$PATH"
|
| 7 |
+
trap 'rm -rf "$_TMPBIN"' EXIT
|
| 8 |
+
fi
|
| 9 |
+
SRCDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
| 10 |
+
iverilog -g2012 -s InstructionMemory_TB -o /tmp/sim_InstructionMemory_TB "$SRCDIR/PipelineProcessor/src/integration/parameter.v" "$SRCDIR/PipelineProcessor/src/instruction_memory/InstructionMemory.v"
|
| 11 |
+
vvp /tmp/sim_InstructionMemory_TB -fst
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/Edfmap.ini
ADDED
|
@@ -0,0 +1,1380 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
[$GENERAL$]
|
| 3 |
+
INIT=Z
|
| 4 |
+
prefix=EDF_
|
| 5 |
+
user_names=no
|
| 6 |
+
edif2sdf_mapfile=
|
| 7 |
+
logfile=efd2vhd.log
|
| 8 |
+
|
| 9 |
+
[$EXPORT$]
|
| 10 |
+
FMAP=NO
|
| 11 |
+
HMAP=NO
|
| 12 |
+
|
| 13 |
+
[$properties$]
|
| 14 |
+
AMULTSEL=
|
| 15 |
+
CYMODE=
|
| 16 |
+
INIT=
|
| 17 |
+
FD INIT=integer
|
| 18 |
+
FDC INIT=integer
|
| 19 |
+
FDCE INIT=integer
|
| 20 |
+
FDCE_1 INIT=integer
|
| 21 |
+
FDCP INIT=integer
|
| 22 |
+
FDCPE INIT=integer
|
| 23 |
+
FDCPE_1 INIT=integer
|
| 24 |
+
FDCP_1 INIT=integer
|
| 25 |
+
FDC_1 INIT=integer
|
| 26 |
+
FDD INIT=integer
|
| 27 |
+
FDDC INIT=integer
|
| 28 |
+
FDDCE INIT=integer
|
| 29 |
+
FDDCP INIT=integer
|
| 30 |
+
FDDCPE INIT=integer
|
| 31 |
+
FDDP INIT=integer
|
| 32 |
+
FDDPE INIT=integer
|
| 33 |
+
FDDRCPE INIT=integer
|
| 34 |
+
FDDRRSE INIT=integer
|
| 35 |
+
FDE INIT=integer
|
| 36 |
+
FDE_1 INIT=integer
|
| 37 |
+
FDP INIT=integer
|
| 38 |
+
FDPE INIT=integer
|
| 39 |
+
FDPE_1 INIT=integer
|
| 40 |
+
FDP_1 INIT=integer
|
| 41 |
+
FDR INIT=integer
|
| 42 |
+
FDRE INIT=integer
|
| 43 |
+
FDRE_1 INIT=integer
|
| 44 |
+
FDRS INIT=integer
|
| 45 |
+
FDRSE INIT=integer
|
| 46 |
+
FDRSE_1 INIT=integer
|
| 47 |
+
FDRS_1 INIT=integer
|
| 48 |
+
FDR_1 INIT=integer
|
| 49 |
+
FDS INIT=integer
|
| 50 |
+
FDSE INIT=integer
|
| 51 |
+
FDSE_1 INIT=integer
|
| 52 |
+
FDS_1 INIT=integer
|
| 53 |
+
FD_1 INIT=integer
|
| 54 |
+
FJKC INIT=integer
|
| 55 |
+
FJKCE INIT=integer
|
| 56 |
+
FJKP INIT=integer
|
| 57 |
+
FJKPE INIT=integer
|
| 58 |
+
FJKRSE INIT=integer
|
| 59 |
+
FJKSRE INIT=integer
|
| 60 |
+
FTC INIT=integer
|
| 61 |
+
FTCE INIT=integer
|
| 62 |
+
FTCLE INIT=integer
|
| 63 |
+
FTCLEX INIT=integer
|
| 64 |
+
FTP INIT=integer
|
| 65 |
+
FTPE INIT=integer
|
| 66 |
+
FTPLE INIT=integer
|
| 67 |
+
FTRSE INIT=integer
|
| 68 |
+
FTRSLE INIT=integer
|
| 69 |
+
FTSRE INIT=integer
|
| 70 |
+
FTSRLE INIT=integer
|
| 71 |
+
FTCP INIT=integer
|
| 72 |
+
GTPA1_DUAL RXPRBSERR_LOOPBACK_0=integer
|
| 73 |
+
GTPA1_DUAL RXPRBSERR_LOOPBACK_1=integer
|
| 74 |
+
GTXE1 RXPRBSERR_LOOPBACK=integer
|
| 75 |
+
IDDR INIT_Q1=integer
|
| 76 |
+
IDDR INIT_Q2=integer
|
| 77 |
+
IDDR2 INIT_Q0=integer
|
| 78 |
+
IDDR2 INIT_Q1=integer
|
| 79 |
+
IDDR_2CLK INIT_Q1=integer
|
| 80 |
+
IDDR_2CLK INIT_Q2=integer
|
| 81 |
+
IFD INIT=integer
|
| 82 |
+
IFD_1 INIT=integer
|
| 83 |
+
IFDI INIT=integer
|
| 84 |
+
IFDI_1 INIT=integer
|
| 85 |
+
IFDX INIT=integer
|
| 86 |
+
IFDX_1 INIT=integer
|
| 87 |
+
IFDXI INIT=integer
|
| 88 |
+
IFDXI_1 INIT=integer
|
| 89 |
+
ILD INIT=integer
|
| 90 |
+
ILD_1 INIT=integer
|
| 91 |
+
ILDI INIT=integer
|
| 92 |
+
ILDI_1 INIT=integer
|
| 93 |
+
ILDX INIT=integer
|
| 94 |
+
ILDX_1 INIT=integer
|
| 95 |
+
ILDXI INIT=integer
|
| 96 |
+
ILDXI_1 INIT=integer
|
| 97 |
+
ISERDES INIT_Q1=integer
|
| 98 |
+
ISERDES INIT_Q2=integer
|
| 99 |
+
ISERDES INIT_Q3=integer
|
| 100 |
+
ISERDES INIT_Q4=integer
|
| 101 |
+
ISERDES SRVAL_Q1=integer
|
| 102 |
+
ISERDES SRVAL_Q2=integer
|
| 103 |
+
ISERDES SRVAL_Q3=integer
|
| 104 |
+
ISERDES SRVAL_Q4=integer
|
| 105 |
+
ISERDES_NODELAY INIT_Q1=integer
|
| 106 |
+
ISERDES_NODELAY INIT_Q2=integer
|
| 107 |
+
ISERDES_NODELAY INIT_Q3=integer
|
| 108 |
+
ISERDES_NODELAY INIT_Q4=integer
|
| 109 |
+
ISERDES_NODELAY SRVAL_Q1=integer
|
| 110 |
+
ISERDES_NODELAY SRVAL_Q2=integer
|
| 111 |
+
ISERDES_NODELAY SRVAL_Q3=integer
|
| 112 |
+
ISERDES_NODELAY SRVAL_Q4=integer
|
| 113 |
+
LD INIT=integer
|
| 114 |
+
LDC INIT=integer
|
| 115 |
+
LDCE INIT=integer
|
| 116 |
+
LDCE_1 INIT=integer
|
| 117 |
+
LDCP INIT=integer
|
| 118 |
+
LDCPE INIT=integer
|
| 119 |
+
LDCPE_1 INIT=integer
|
| 120 |
+
LDCP_1 INIT=integer
|
| 121 |
+
LDC_1 INIT=integer
|
| 122 |
+
LDE INIT=integer
|
| 123 |
+
LDE_1 INIT=integer
|
| 124 |
+
LDG INIT=integer
|
| 125 |
+
LDP INIT=integer
|
| 126 |
+
LDPE INIT=integer
|
| 127 |
+
LDPE_1 INIT=integer
|
| 128 |
+
LDP_1 INIT=integer
|
| 129 |
+
LD_1 INIT=integer
|
| 130 |
+
ODDR INIT=integer
|
| 131 |
+
ODDR2 INIT=integer
|
| 132 |
+
OFD INIT=integer
|
| 133 |
+
OFD_1 INIT=integer
|
| 134 |
+
OFDE INIT=integer
|
| 135 |
+
OFDE_1 INIT=integer
|
| 136 |
+
OFDI INIT=integer
|
| 137 |
+
OFDI_1 INIT=integer
|
| 138 |
+
OFDT INIT=integer
|
| 139 |
+
OFDT_1 INIT=integer
|
| 140 |
+
OFDX INIT=integer
|
| 141 |
+
OFDX_1 INIT=integer
|
| 142 |
+
OFDXI INIT=integer
|
| 143 |
+
OFDXI_1 INIT=integer
|
| 144 |
+
OSERDES INIT_OQ=integer
|
| 145 |
+
OSERDES SRVAL_OQ=integer
|
| 146 |
+
OSERDES INIT_TQ=integer
|
| 147 |
+
OSERDES SRVAL_TQ=integer
|
| 148 |
+
OSERDES INIT_OQ=integer
|
| 149 |
+
OSERDES INIT_TQ=integer
|
| 150 |
+
OSERDES SRVAL_OQ=integer
|
| 151 |
+
OSERDES SRVAL_TQ=integer
|
| 152 |
+
lut_function=
|
| 153 |
+
eqn=
|
| 154 |
+
INIT_00=
|
| 155 |
+
INIT_01=
|
| 156 |
+
INIT_02=
|
| 157 |
+
INIT_03=
|
| 158 |
+
INIT_04=
|
| 159 |
+
INIT_05=
|
| 160 |
+
INIT_06=
|
| 161 |
+
INIT_07=
|
| 162 |
+
INIT_08=
|
| 163 |
+
INIT_09=
|
| 164 |
+
INIT_0A=
|
| 165 |
+
INIT_0B=
|
| 166 |
+
INIT_0C=
|
| 167 |
+
INIT_0D=
|
| 168 |
+
INIT_0E=
|
| 169 |
+
INIT_0F=
|
| 170 |
+
|
| 171 |
+
INIT_10=
|
| 172 |
+
INIT_11=
|
| 173 |
+
INIT_12=
|
| 174 |
+
INIT_13=
|
| 175 |
+
INIT_14=
|
| 176 |
+
INIT_15=
|
| 177 |
+
INIT_16=
|
| 178 |
+
INIT_17=
|
| 179 |
+
INIT_18=
|
| 180 |
+
INIT_19=
|
| 181 |
+
INIT_1A=
|
| 182 |
+
INIT_1B=
|
| 183 |
+
INIT_1C=
|
| 184 |
+
INIT_1D=
|
| 185 |
+
INIT_1E=
|
| 186 |
+
INIT_1F=
|
| 187 |
+
|
| 188 |
+
INIT_20=
|
| 189 |
+
INIT_21=
|
| 190 |
+
INIT_22=
|
| 191 |
+
INIT_23=
|
| 192 |
+
INIT_24=
|
| 193 |
+
INIT_25=
|
| 194 |
+
INIT_26=
|
| 195 |
+
INIT_27=
|
| 196 |
+
INIT_28=
|
| 197 |
+
INIT_29=
|
| 198 |
+
INIT_2A=
|
| 199 |
+
INIT_2B=
|
| 200 |
+
INIT_2C=
|
| 201 |
+
INIT_2D=
|
| 202 |
+
INIT_2E=
|
| 203 |
+
INIT_2F=
|
| 204 |
+
|
| 205 |
+
INIT_30=
|
| 206 |
+
INIT_31=
|
| 207 |
+
INIT_32=
|
| 208 |
+
INIT_33=
|
| 209 |
+
INIT_34=
|
| 210 |
+
INIT_35=
|
| 211 |
+
INIT_36=
|
| 212 |
+
INIT_37=
|
| 213 |
+
INIT_38=
|
| 214 |
+
INIT_39=
|
| 215 |
+
INIT_3A=
|
| 216 |
+
INIT_3B=
|
| 217 |
+
INIT_3C=
|
| 218 |
+
INIT_3D=
|
| 219 |
+
INIT_3E=
|
| 220 |
+
INIT_3F=
|
| 221 |
+
|
| 222 |
+
INIT_40=
|
| 223 |
+
INIT_41=
|
| 224 |
+
INIT_42=
|
| 225 |
+
INIT_43=
|
| 226 |
+
INIT_44=
|
| 227 |
+
INIT_45=
|
| 228 |
+
INIT_46=
|
| 229 |
+
INIT_47=
|
| 230 |
+
INIT_48=
|
| 231 |
+
INIT_49=
|
| 232 |
+
INIT_4A=
|
| 233 |
+
INIT_4B=
|
| 234 |
+
INIT_4C=
|
| 235 |
+
INIT_4D=
|
| 236 |
+
INIT_4E=
|
| 237 |
+
INIT_4F=
|
| 238 |
+
|
| 239 |
+
INIT_50=
|
| 240 |
+
INIT_51=
|
| 241 |
+
INIT_52=
|
| 242 |
+
INIT_53=
|
| 243 |
+
INIT_54=
|
| 244 |
+
INIT_55=
|
| 245 |
+
INIT_56=
|
| 246 |
+
INIT_57=
|
| 247 |
+
INIT_58=
|
| 248 |
+
INIT_59=
|
| 249 |
+
INIT_5A=
|
| 250 |
+
INIT_5B=
|
| 251 |
+
INIT_5C=
|
| 252 |
+
INIT_5D=
|
| 253 |
+
INIT_5E=
|
| 254 |
+
INIT_5F=
|
| 255 |
+
|
| 256 |
+
INIT_60=
|
| 257 |
+
INIT_61=
|
| 258 |
+
INIT_62=
|
| 259 |
+
INIT_63=
|
| 260 |
+
INIT_64=
|
| 261 |
+
INIT_65=
|
| 262 |
+
INIT_66=
|
| 263 |
+
INIT_67=
|
| 264 |
+
INIT_68=
|
| 265 |
+
INIT_69=
|
| 266 |
+
INIT_6A=
|
| 267 |
+
INIT_6B=
|
| 268 |
+
INIT_6C=
|
| 269 |
+
INIT_6D=
|
| 270 |
+
INIT_6E=
|
| 271 |
+
INIT_6F=
|
| 272 |
+
|
| 273 |
+
INITP_00=
|
| 274 |
+
INITP_01=
|
| 275 |
+
INITP_02=
|
| 276 |
+
INITP_03=
|
| 277 |
+
INITP_04=
|
| 278 |
+
INITP_05=
|
| 279 |
+
INITP_06=
|
| 280 |
+
INITP_07=
|
| 281 |
+
|
| 282 |
+
LPM_TYPE=
|
| 283 |
+
LPM_WIDTH=integer
|
| 284 |
+
LPM_DIRECTION=
|
| 285 |
+
P_WIDTH=
|
| 286 |
+
P_OFFSET=
|
| 287 |
+
CLKDV_DIVIDE=real
|
| 288 |
+
DUTY_CYCLE_CORRECTION=bool
|
| 289 |
+
WIDTH=integer
|
| 290 |
+
DIVIDE1_BY=integer
|
| 291 |
+
DIVIDE2_BY=integer
|
| 292 |
+
TimingChecksOn=bool
|
| 293 |
+
Xon=bool
|
| 294 |
+
MsgOn=bool
|
| 295 |
+
SEL_F500K=bool
|
| 296 |
+
SEL_F16K=bool
|
| 297 |
+
SEL_F490=bool
|
| 298 |
+
SEL_F15=bool
|
| 299 |
+
|
| 300 |
+
;added for virtex4 library
|
| 301 |
+
CLKFX_DIVIDE=integer
|
| 302 |
+
CLKFX_MULTIPLY=integer
|
| 303 |
+
CLKIN_DIVIDE_BY_2=bool
|
| 304 |
+
CLKIN_PERIOD=real
|
| 305 |
+
CLKOUT_PHASE_SHIFT=
|
| 306 |
+
CLK_FEEDBACK=
|
| 307 |
+
DCM_PERFORMANCE_MODE=
|
| 308 |
+
DESKEW_ADJUST=
|
| 309 |
+
DFS_FREQUENCY_MODE=
|
| 310 |
+
DLL_FREQUENCY_MODE=
|
| 311 |
+
FACTORY_JF=
|
| 312 |
+
STARTUP_WAIT=bool
|
| 313 |
+
PHASE_SHIFT=integer
|
| 314 |
+
MONITOR_MODE=
|
| 315 |
+
SIM_MONITOR_FILE=
|
| 316 |
+
JTAG_CHAIN=integer
|
| 317 |
+
INIT_OUT=integer
|
| 318 |
+
PRESELECT_I0=bool
|
| 319 |
+
PRESELECT_I1=bool
|
| 320 |
+
BUFR_DIVIDE=
|
| 321 |
+
DSS_MODE=
|
| 322 |
+
AREG=integer
|
| 323 |
+
B_INPUT=
|
| 324 |
+
BREG=integer
|
| 325 |
+
CARRYINREG=integer
|
| 326 |
+
CARRYINSELREG=integer
|
| 327 |
+
CREG=integer
|
| 328 |
+
LEGACY_MODE=
|
| 329 |
+
MREG=integer
|
| 330 |
+
OPMODEREG=integer
|
| 331 |
+
PREG=integer
|
| 332 |
+
SUBTRACTREG=integer
|
| 333 |
+
ALMOST_FULL_OFFSET=
|
| 334 |
+
ALMOST_EMPTY_OFFSET=
|
| 335 |
+
DATA_WIDTH=integer
|
| 336 |
+
FIRST_WORD_FALL_THROUGH=bool
|
| 337 |
+
REFCLKSEL=
|
| 338 |
+
SYNCLK1OUTEN=
|
| 339 |
+
SYNCLK2OUTEN=
|
| 340 |
+
CAPACITANCE=
|
| 341 |
+
IOSTANDARD=
|
| 342 |
+
DIFF_TERM=bool
|
| 343 |
+
ICAP_WIDTH=
|
| 344 |
+
DDR_CLK_EDGE=
|
| 345 |
+
INIT_Q1=
|
| 346 |
+
INIT_Q2=
|
| 347 |
+
INIT_Q3=
|
| 348 |
+
INIT_Q4=
|
| 349 |
+
SRTYPE=
|
| 350 |
+
IOBDELAY=
|
| 351 |
+
IOBDELAY_TYPE=
|
| 352 |
+
IOBDELAY_VALUE=integer
|
| 353 |
+
DRIVE=integer
|
| 354 |
+
SLEW=
|
| 355 |
+
INIT_BITSLIPCNT=
|
| 356 |
+
;INIT_CE= ;2 elems bit_vector
|
| 357 |
+
;INIT_RANK1_PARTIAL= ;5 elems bit_vector
|
| 358 |
+
;INIT_RANK2= ;6 elems bit_vector
|
| 359 |
+
;INIT_RANK3= ;6 elems bit_vector
|
| 360 |
+
BITSLIP_ENABLE=bool
|
| 361 |
+
DATA_RATE=
|
| 362 |
+
INTERFACE_TYPE=
|
| 363 |
+
NUM_CE=integer
|
| 364 |
+
SERDES_MODE=
|
| 365 |
+
SRVAL_Q1=
|
| 366 |
+
SRVAL_Q2=
|
| 367 |
+
SRVAL_Q3=
|
| 368 |
+
SRVAL_Q4=
|
| 369 |
+
INIT_LOADCNT=
|
| 370 |
+
SERDES_MODE=
|
| 371 |
+
DATA_RATE_OQ=
|
| 372 |
+
INIT_OQ=
|
| 373 |
+
;INIT_ORANK1= ;6 elems bit_vector
|
| 374 |
+
INIT_ORANK2_PARTIAL=
|
| 375 |
+
DATA_RATE_TQ=
|
| 376 |
+
TRISTATE_WIDTH=integer
|
| 377 |
+
INIT_TQ=
|
| 378 |
+
INIT_TRANK1=
|
| 379 |
+
SRVAL_OQ=
|
| 380 |
+
SRVAL_TQ=
|
| 381 |
+
EN_REL=bool
|
| 382 |
+
RST_DEASSERT_CLK=
|
| 383 |
+
DOA_REG=integer
|
| 384 |
+
DOB_REG=integer
|
| 385 |
+
INIT_A=
|
| 386 |
+
INIT_B=
|
| 387 |
+
INVERT_CLK_DOA_REG=bool
|
| 388 |
+
INVERT_CLK_DOB_REG=bool
|
| 389 |
+
RAM_EXTENSION_A=
|
| 390 |
+
RAM_EXTENSION_B=
|
| 391 |
+
READ_WIDTH_A=integer
|
| 392 |
+
READ_WIDTH_B=integer
|
| 393 |
+
SIM_COLLISION_CHECK=
|
| 394 |
+
SRVAL_A=
|
| 395 |
+
SRVAL_B=
|
| 396 |
+
WRITE_MODE_A=
|
| 397 |
+
WRITE_MODE_B=
|
| 398 |
+
WRITE_WIDTH_A=integer
|
| 399 |
+
WRITE_WIDTH_B=integer
|
| 400 |
+
SRVAL=
|
| 401 |
+
WRITE_MODE=
|
| 402 |
+
DISABLE_COLLISION_CHECK=bool
|
| 403 |
+
ALIGN_COMMA_WORD=integer
|
| 404 |
+
BANDGAPSEL=bool
|
| 405 |
+
CCCB_ARBITRATOR_DISABLE=bool
|
| 406 |
+
CHAN_BOND_LIMIT=integer
|
| 407 |
+
CHAN_BOND_MODE=
|
| 408 |
+
CHAN_BOND_ONE_SHOT=bool
|
| 409 |
+
;CHAN_BOND_SEQ_1_1= ;11 elems bit_vector
|
| 410 |
+
;CHAN_BOND_SEQ_1_2= ;11 elems bit_vector
|
| 411 |
+
;CHAN_BOND_SEQ_1_3= ;11 elems bit_vector
|
| 412 |
+
;CHAN_BOND_SEQ_1_4= ;11 elems bit_vector
|
| 413 |
+
CHAN_BOND_SEQ_1_MASK=
|
| 414 |
+
;CHAN_BOND_SEQ_2_1= ;11 elems bit_vector
|
| 415 |
+
;CHAN_BOND_SEQ_2_2= ;11 elems bit_vector
|
| 416 |
+
;CHAN_BOND_SEQ_2_3= ;11 elems bit_vector
|
| 417 |
+
;CHAN_BOND_SEQ_2_4= ;11 elems bit_vector
|
| 418 |
+
CHAN_BOND_SEQ_2_MASK=
|
| 419 |
+
CHAN_BOND_SEQ_2_USE=bool
|
| 420 |
+
CHAN_BOND_SEQ_LEN=integer
|
| 421 |
+
CLK_CORRECT_USE=bool
|
| 422 |
+
CLK_COR_8B10B_DE=bool
|
| 423 |
+
CLK_COR_MAX_LAT=integer
|
| 424 |
+
CLK_COR_MIN_LAT=integer
|
| 425 |
+
;CLK_COR_SEQ_1_2= ;11 elems bit_vector
|
| 426 |
+
;CLK_COR_SEQ_1_3= ;11 elems bit_vector
|
| 427 |
+
;CLK_COR_SEQ_1_4= ;11 elems bit_vector
|
| 428 |
+
CLK_COR_SEQ_1_MASK=
|
| 429 |
+
;CLK_COR_SEQ_2_1= ;11 elems bit_vector
|
| 430 |
+
;CLK_COR_SEQ_2_2= ;11 elems bit_vector
|
| 431 |
+
;CLK_COR_SEQ_2_3= ;11 elems bit_vector
|
| 432 |
+
;CLK_COR_SEQ_2_4= ;11 elems bit_vector
|
| 433 |
+
CLK_COR_SEQ_2_MASK=
|
| 434 |
+
CLK_COR_SEQ_2_USE=bool
|
| 435 |
+
CLK_COR_SEQ_DROP=bool
|
| 436 |
+
CLK_COR_SEQ_LEN=integer
|
| 437 |
+
COMMA32=bool
|
| 438 |
+
;COMMA_10B_MASK= ;10 elems bit_vector
|
| 439 |
+
;CYCLE_LIMIT_SEL= ;2 elems bit_vector
|
| 440 |
+
;DCDR_FILTER= ;3 elems bit_vector
|
| 441 |
+
DEC_MCOMMA_DETECT=bool
|
| 442 |
+
DEC_PCOMMA_DETECT=bool
|
| 443 |
+
DEC_VALID_COMMA_ONLY=bool
|
| 444 |
+
;DIGRX_FWDCLK= ;2 elems bit_vector
|
| 445 |
+
DIGRX_SYNC_MODE=bool
|
| 446 |
+
ENABLE_DCDR=bool
|
| 447 |
+
;FDET_HYS_CAL= ;3 elems bit_vector
|
| 448 |
+
;FDET_HYS_SEL= ;3 elems bit_vector
|
| 449 |
+
;FDET_LCK_CAL= ;3 elems bit_vector
|
| 450 |
+
;FDET_LCK_SEL= ;3 elems bit_vector
|
| 451 |
+
;LOOPCAL_WAIT= ;2 elems bit_vector
|
| 452 |
+
MCOMMA_32B_VALUE=
|
| 453 |
+
MCOMMA_DETECT=bool
|
| 454 |
+
OPPOSITE_SELECT=bool
|
| 455 |
+
PCOMMA_32B_VALUE=
|
| 456 |
+
PCOMMA_DETECT=bool
|
| 457 |
+
PCS_BIT_SLIP=bool
|
| 458 |
+
PMACLKENABLE=bool
|
| 459 |
+
PMACOREPWRENABLE=bool
|
| 460 |
+
PMA_BIT_SLIP=bool
|
| 461 |
+
POWER_ENABLE=bool
|
| 462 |
+
REPEATER=bool
|
| 463 |
+
;RXAFEEQ= ;9 elems bit_vector
|
| 464 |
+
;RXASYNCDIVIDE= ;2 elems bit_vector
|
| 465 |
+
RXBY_32=bool
|
| 466 |
+
;RXCDRLOS= ;6 elems bit_vector
|
| 467 |
+
RXCLK0_FORCE_PMACLK=bool
|
| 468 |
+
;RXCLKMODE= ;6 elems bit_vector
|
| 469 |
+
RXCPSEL=bool
|
| 470 |
+
RXCRCCLOCKDOUBLE=bool
|
| 471 |
+
RXCRCENABLE=bool
|
| 472 |
+
RXCRCINITVAL=
|
| 473 |
+
RXCRCINVERTGEN=bool
|
| 474 |
+
RXCRCSAMECLOCK=bool
|
| 475 |
+
;RXCYCLE_LIMIT_SEL= ;2 elems bit_vector
|
| 476 |
+
;RXDATA_SEL= ;2 elems bit_vector
|
| 477 |
+
RXDCCOUPLE=bool
|
| 478 |
+
RXDIGRESET=bool
|
| 479 |
+
RXDIGRX=bool
|
| 480 |
+
RXENABLE=bool
|
| 481 |
+
RXEQ=
|
| 482 |
+
RXFDCAL_CLOCK_DIVIDE=
|
| 483 |
+
;RXFDET_HYS_CAL= ;3 elems bit_vector
|
| 484 |
+
;RXFDET_HYS_SEL= ;3 elems bit_vector
|
| 485 |
+
;RXFDET_LCK_CAL= ;3 elems bit_vector
|
| 486 |
+
;RXFDET_LCK_SEL= ;3 elems bit_vector
|
| 487 |
+
RXLB=bool
|
| 488 |
+
;RXLKADJ= ;5 elems bit_vector
|
| 489 |
+
;RXLOOPCAL_WAIT= ;2 elems bit_vector
|
| 490 |
+
RXLOOPFILT=
|
| 491 |
+
RXOUTDIV2SEL_A=
|
| 492 |
+
RXOUTDIV2SEL_B=
|
| 493 |
+
RXPD=bool
|
| 494 |
+
RXPLLNDIVSEL=
|
| 495 |
+
RXPMACLKSEL=
|
| 496 |
+
;RXRCPADJ= ;3 elems bit_vector
|
| 497 |
+
RXRECCLK1_USE_SYNC=bool
|
| 498 |
+
;RXSLOWDOWN_CAL= ;2 elems bit_vector
|
| 499 |
+
RXTADJ=bool
|
| 500 |
+
RXUSRDIVISOR=integer
|
| 501 |
+
;RXVCODAC_INIT= ;10 elems bit_vector
|
| 502 |
+
RXVCO_CTRL_ENABLE=bool
|
| 503 |
+
RX_BUFFER_USE=bool
|
| 504 |
+
;RX_CLOCK_DIVIDER= ;2 elems bit_vector
|
| 505 |
+
RX_LOS_INVALID_INCR=integer
|
| 506 |
+
RX_LOS_THRESHOLD=integer
|
| 507 |
+
SAMPLE_8X=bool
|
| 508 |
+
SH_CNT_MAX=integer
|
| 509 |
+
SH_INVALID_CNT_MAX=integer
|
| 510 |
+
;SLOWDOWN_CAL= ;2 elems bit_vector
|
| 511 |
+
TXABPMACLKSEL=
|
| 512 |
+
;TXASYNCDIVIDE= ;2 elems bit_vector
|
| 513 |
+
TXCLK0_FORCE_PMACLK=bool
|
| 514 |
+
TXCLKMODE=
|
| 515 |
+
TXCPSEL=bool
|
| 516 |
+
TXCRCCLOCKDOUBLE=bool
|
| 517 |
+
TXCRCENABLE=bool
|
| 518 |
+
TXCRCINITVAL=
|
| 519 |
+
TXCRCINVERTGEN=bool
|
| 520 |
+
TXCRCSAMECLOCK=bool
|
| 521 |
+
;TXDATA_SEL= ;2 elems bit_vector
|
| 522 |
+
;TXDAT_PRDRV_DAC= ;3 elems bit_vector
|
| 523 |
+
;TXDAT_TAP_DAC= ;5 elems bit_vector
|
| 524 |
+
TXENABLE=bool
|
| 525 |
+
TXFDCAL_CLOCK_DIVIDE=
|
| 526 |
+
TXHIGHSIGNALEN=bool
|
| 527 |
+
TXLOOPFILT=
|
| 528 |
+
TXOUTCLK1_USE_SYNC=bool
|
| 529 |
+
TXOUTDIV2SEL=
|
| 530 |
+
TXPD=bool
|
| 531 |
+
TXPHASESEL=bool
|
| 532 |
+
TXPLLNDIVSEL=
|
| 533 |
+
;TXPOST_PRDRV_DAC= ;3 elems bit_vector
|
| 534 |
+
;TXPOST_TAP_DAC= ;5 elems bit_vector
|
| 535 |
+
TXPOST_TAP_PD=bool
|
| 536 |
+
;TXPRE_PRDRV_DAC= ;3 elems bit_vector
|
| 537 |
+
;TXPRE_TAP_DAC= ;5 elems bit_vector
|
| 538 |
+
TXPRE_TAP_PD=bool
|
| 539 |
+
TXSLEWRATE=bool
|
| 540 |
+
TXTERMTRIM=
|
| 541 |
+
TX_BUFFER_USE=bool
|
| 542 |
+
;TX_CLOCK_DIVIDER= ;2 elems bit_vector
|
| 543 |
+
;VCODAC_INIT= ;10 elems bit_vector
|
| 544 |
+
VCO_CTRL_ENABLE=bool
|
| 545 |
+
|
| 546 |
+
|
| 547 |
+
;added for virtex5 library
|
| 548 |
+
A_INPUT=
|
| 549 |
+
ACASCREG=integer
|
| 550 |
+
ALUMODEREG=integer
|
| 551 |
+
AUTORESET_PATTERN_DETEC=bool
|
| 552 |
+
AUTORESET_PATTERN_DETECT_OPTINV=
|
| 553 |
+
BANDWIDTH=
|
| 554 |
+
BCASCREG=integer
|
| 555 |
+
CLKFBOUT_MULT=integer
|
| 556 |
+
CLKFBOUT_PHASE=real
|
| 557 |
+
CLKIN1_PERIOD=real
|
| 558 |
+
CLKIN2_PERIOD=real
|
| 559 |
+
CLKOUT0_DIVIDE=integer
|
| 560 |
+
CLKOUT0_DUTY_CYCLE=real
|
| 561 |
+
CLKOUT0_PHASE=real
|
| 562 |
+
CLKOUT1_DIVIDE=integer
|
| 563 |
+
CLKOUT1_DUTY_CYCLE=real
|
| 564 |
+
CLKOUT1_PHASE=real
|
| 565 |
+
CLKOUT2_DIVIDE=integer
|
| 566 |
+
CLKOUT2_DUTY_CYCLE=real
|
| 567 |
+
CLKOUT2_PHASE=real
|
| 568 |
+
CLKOUT3_DIVIDE=integer
|
| 569 |
+
CLKOUT3_DUTY_CYCLE=real
|
| 570 |
+
CLKOUT3_PHASE=real
|
| 571 |
+
CLKOUT4_DIVIDE=integer
|
| 572 |
+
CLKOUT4_DUTY_CYCLE=real
|
| 573 |
+
CLKOUT4_PHASE=real
|
| 574 |
+
CLKOUT5_DIVIDE=integer
|
| 575 |
+
CLKOUT5_DUTY_CYCLE=real
|
| 576 |
+
CLKOUT5_PHASE=real
|
| 577 |
+
COMPENSATION=
|
| 578 |
+
CRC_INIT=
|
| 579 |
+
DELAY_SRC=
|
| 580 |
+
DIVCLK_DIVIDE=integer
|
| 581 |
+
DO_REG=integer
|
| 582 |
+
EN_ECC_READ=bool
|
| 583 |
+
EN_ECC_SCRUB=bool
|
| 584 |
+
EN_ECC_WRITE=bool
|
| 585 |
+
EN_SYN=bool
|
| 586 |
+
IDELAY_TYPE=
|
| 587 |
+
IDELAY_VALUE=integer
|
| 588 |
+
INIT_70=
|
| 589 |
+
INIT_71=
|
| 590 |
+
INIT_72=
|
| 591 |
+
INIT_73=
|
| 592 |
+
INIT_74=
|
| 593 |
+
INIT_75=
|
| 594 |
+
INIT_76=
|
| 595 |
+
INIT_77=
|
| 596 |
+
INIT_78=
|
| 597 |
+
INIT_79=
|
| 598 |
+
INIT_7A=
|
| 599 |
+
INIT_7B=
|
| 600 |
+
INIT_7C=
|
| 601 |
+
INIT_7D=
|
| 602 |
+
INIT_7E=
|
| 603 |
+
INIT_7F=
|
| 604 |
+
INIT_C=
|
| 605 |
+
INIT_D=
|
| 606 |
+
INITP_08=
|
| 607 |
+
INITP_09=
|
| 608 |
+
INITP_0A=
|
| 609 |
+
INITP_0B=
|
| 610 |
+
INITP_0C=
|
| 611 |
+
INITP_0D=
|
| 612 |
+
INITP_0E=
|
| 613 |
+
INITP_0F=
|
| 614 |
+
MASK=
|
| 615 |
+
MULTCARRYINREG=integer
|
| 616 |
+
ODELAY_VALUE=integer
|
| 617 |
+
PATTERN=
|
| 618 |
+
PLL_PMCD_MODE=bool
|
| 619 |
+
POLYNOMIAL=
|
| 620 |
+
REF_JITTER=real
|
| 621 |
+
RESET_ON_LOSS_OF_LOCK=bool
|
| 622 |
+
SEL_MASK=
|
| 623 |
+
SEL_PATTERN=
|
| 624 |
+
SEL_ROUNDING_MASK=
|
| 625 |
+
USE_MULT=
|
| 626 |
+
USE_PATTERN_DETECT=
|
| 627 |
+
USE_SIMD=
|
| 628 |
+
;end of virtex5
|
| 629 |
+
|
| 630 |
+
;added for virtex5 (ise9.1i sp2)
|
| 631 |
+
CLKFBOUT_DESKEW_ADJUST=
|
| 632 |
+
CLKOUT0_DESKEW_ADJUST=
|
| 633 |
+
CLKOUT1_DESKEW_ADJUST=
|
| 634 |
+
CLKOUT2_DESKEW_ADJUST=
|
| 635 |
+
CLKOUT3_DESKEW_ADJUST=
|
| 636 |
+
CLKOUT4_DESKEW_ADJUST=
|
| 637 |
+
CLKOUT5_DESKEW_ADJUST=
|
| 638 |
+
;end of virtex5 (ise9.1i sp2)
|
| 639 |
+
|
| 640 |
+
;added for virtex5 (ise9.2i sp1)
|
| 641 |
+
PCS_COM_CFG=
|
| 642 |
+
SIGNAL_PATTERN=
|
| 643 |
+
INIT_FILE=
|
| 644 |
+
;end of virtex5 (ise9.2i sp1)
|
| 645 |
+
|
| 646 |
+
;added for virtex5 (ise 10.1i)
|
| 647 |
+
SIM_MODE=
|
| 648 |
+
;end
|
| 649 |
+
|
| 650 |
+
;added for spartan6, virtex6 (ise 11.2)
|
| 651 |
+
A0REG=integer
|
| 652 |
+
A1REG=integer
|
| 653 |
+
AC_CAP_DIS_0=bool
|
| 654 |
+
AC_CAP_DIS_1=bool
|
| 655 |
+
ADREG=integer
|
| 656 |
+
AUTORESET_PATDET=
|
| 657 |
+
B0REG=integer
|
| 658 |
+
B1REG=integer
|
| 659 |
+
BUFFER_TYPE=
|
| 660 |
+
BYPASS_GCLK_FF=bool
|
| 661 |
+
CARRYINSEL=
|
| 662 |
+
CARRYOUTREG=integer
|
| 663 |
+
CHAN_BOND_2_MAX_SKEW_0=integer
|
| 664 |
+
CINVCTRL_SEL=bool
|
| 665 |
+
CLK_SEL_TYPE=
|
| 666 |
+
CLKCM_CFG=bool
|
| 667 |
+
CLKFBOUT_MULT_F=real
|
| 668 |
+
CLKFXDV_DIVIDE=integer
|
| 669 |
+
CLKFX_MD_MAX=real
|
| 670 |
+
CLKFBOUT_USE_FINE_PS=bool
|
| 671 |
+
CLKOUT0_DIVIDE_F=real
|
| 672 |
+
CLKOUT0_USE_FINE_PS=bool
|
| 673 |
+
CLKOUT1_USE_FINE_PS=bool
|
| 674 |
+
CLKOUT2_USE_FINE_PS=bool
|
| 675 |
+
CLKOUT3_USE_FINE_PS=bool
|
| 676 |
+
CLKOUT4_CASCADE=bool
|
| 677 |
+
CLKOUT4_USE_FINE_PS=bool
|
| 678 |
+
CLKOUT5_USE_FINE_PS=bool
|
| 679 |
+
CLKOUT6_DIVIDE=integer
|
| 680 |
+
CLKOUT6_DUTY_CYCLE=real
|
| 681 |
+
CLKOUT6_PHASE=real
|
| 682 |
+
CLKOUT6_USE_FINE_PS=bool
|
| 683 |
+
CLKRCV_TRST=bool
|
| 684 |
+
CLOCK_HOLD=bool
|
| 685 |
+
COUNTER_WRAPAROUND=
|
| 686 |
+
DATA_RATE_OT=
|
| 687 |
+
DDR3_DATA=integer
|
| 688 |
+
DISABLE_JTAG=bool
|
| 689 |
+
DIVIDE_BYPASS=bool
|
| 690 |
+
DIVIDE=integer
|
| 691 |
+
DFS_BANDWIDTH=
|
| 692 |
+
DQSMASK_ENABLE=bool
|
| 693 |
+
DYN_CLK_INV_EN=bool
|
| 694 |
+
DYN_CLKDIV_INV_EN=bool
|
| 695 |
+
EN_RSTRAM_A=bool
|
| 696 |
+
EN_RSTRAM_B=bool
|
| 697 |
+
FARSRC=
|
| 698 |
+
HIGH_PERFORMANCE_MODE=bool
|
| 699 |
+
I_INVERT=bool
|
| 700 |
+
IBUF_DELAY_VALUE=
|
| 701 |
+
IBUF_LOW_PWR=bool
|
| 702 |
+
IDELAY2_VALUE=integer
|
| 703 |
+
IDELAY_MODE=
|
| 704 |
+
IFD_DELAY_VALUE=
|
| 705 |
+
ISERDESE1 INIT_Q1=integer
|
| 706 |
+
ISERDESE1 INIT_Q2=integer
|
| 707 |
+
ISERDESE1 INIT_Q3=integer
|
| 708 |
+
ISERDESE1 INIT_Q4=integer
|
| 709 |
+
OSERDESE1 INIT_OQ=integer
|
| 710 |
+
OSERDESE1 INIT_TQ=integer
|
| 711 |
+
INMODEREG=integer
|
| 712 |
+
InstancePath=
|
| 713 |
+
ODELAY_TYPE=
|
| 714 |
+
OFB_USED=bool
|
| 715 |
+
ONESHOT=bool
|
| 716 |
+
OUTPUT_MODE=
|
| 717 |
+
PROG_MD_BANDWIDTH=
|
| 718 |
+
PROG_USR=bool
|
| 719 |
+
RAM_MODE=
|
| 720 |
+
REF_JITTER1=real
|
| 721 |
+
REF_JITTER2=real
|
| 722 |
+
REFCLK_FREQUENCY=real
|
| 723 |
+
;REFCLKOUT_DLY= ;10 elems bit_vector
|
| 724 |
+
RST_PRIORITY_A=
|
| 725 |
+
RST_PRIORITY_B=
|
| 726 |
+
RSTREG_PRIORITY_A=
|
| 727 |
+
RSTREG_PRIORITY_B=
|
| 728 |
+
RSTTYPE=
|
| 729 |
+
SETUP_ALL=
|
| 730 |
+
SIM_DEVICE=
|
| 731 |
+
SIM_EFUSE_VALUE=
|
| 732 |
+
SIM_TAPDELAY_VALUE=integer
|
| 733 |
+
SPREAD_SPECTRUM=
|
| 734 |
+
ISERDESE1 SRVAL_Q1=integer
|
| 735 |
+
ISERDESE1 SRVAL_Q2=integer
|
| 736 |
+
ISERDESE1 SRVAL_Q3=integer
|
| 737 |
+
ISERDESE1 SRVAL_Q4=integer
|
| 738 |
+
OSERDESE1 SRVAL_OQ=integer
|
| 739 |
+
OSERDESE1 SRVAL_TQ=integer
|
| 740 |
+
TRAIN_PATTERN=integer
|
| 741 |
+
USE_DOUBLER=bool
|
| 742 |
+
USE_DPORT=bool
|
| 743 |
+
;end of spartan6, virtex6 (ise 11.2)
|
| 744 |
+
|
| 745 |
+
; added for virtex6 (ise 11.3)
|
| 746 |
+
TX_PMADATA_OPT=integer
|
| 747 |
+
ENABLE_SYNC=bool
|
| 748 |
+
;end of virtex6 (ise 11.3)
|
| 749 |
+
|
| 750 |
+
|
| 751 |
+
; added for virtex7 (ise 13.3)
|
| 752 |
+
IBUFDS_DIFF_OUT_IBUFDISABLE DIFF_TERM=
|
| 753 |
+
IBUFDS_DIFF_OUT_INTERMDISABLE DIFF_TERM=
|
| 754 |
+
IBUFDS_IBUFDISABLE DIFF_TERM=
|
| 755 |
+
IBUFDS_INTERMDISABLE DIFF_TERM=
|
| 756 |
+
IOBUFDS_DCIEN DIFF_TERM=
|
| 757 |
+
IOBUFDS_DIFF_OUT_DCIEN DIFF_TERM=
|
| 758 |
+
IOBUFDS_INTERMDISABLE DIFF_TERM=
|
| 759 |
+
DQS_BIAS_MODE=
|
| 760 |
+
IBUF_IBUFDISABLE IBUF_LOW_PWR=
|
| 761 |
+
IBUF_INTERMDISABLE IBUF_LOW_PWR=
|
| 762 |
+
IBUFDS_DIFF_OUT_IBUFDISABLE IBUF_LOW_PWR=
|
| 763 |
+
IBUFDS_DIFF_OUT_INTERMDISABLE IBUF_LOW_PWR=
|
| 764 |
+
IBUFDS_IBUFDISABLE IBUF_LOW_PWR=
|
| 765 |
+
IBUFDS_INTERMDISABLE IBUF_LOW_PWR=
|
| 766 |
+
IOBUF_DCIEN IBUF_LOW_PWR=
|
| 767 |
+
IOBUF_INTERMDISABLE IBUF_LOW_PWR=
|
| 768 |
+
IOBUFDS_DCIEN IBUF_LOW_PWR=
|
| 769 |
+
IOBUFDS_DIFF_OUT_DCIEN IBUF_LOW_PWR=
|
| 770 |
+
IOBUFDS_INTERMDISABLE IBUF_LOW_PWR=
|
| 771 |
+
MEMREFCLK_PERIOD=real
|
| 772 |
+
PHASEREFCLK_PERIOD=real
|
| 773 |
+
SEL_CLK_OFFSET=integer
|
| 774 |
+
USE_IBUFDISABLE=
|
| 775 |
+
;end of virtex7 (ise 13.3)
|
| 776 |
+
|
| 777 |
+
; added for virtex7 (ise 13.4)
|
| 778 |
+
;CLKSWING_CFG= ;2 elems bit_vector
|
| 779 |
+
SS_EN=
|
| 780 |
+
SS_MODE=
|
| 781 |
+
SS_MOD_PERIOD=integer
|
| 782 |
+
;end of virtex7 (ISE 13.4)
|
| 783 |
+
|
| 784 |
+
IS_C_INVERTED=integer
|
| 785 |
+
IS_CLR_INVERTED=integer
|
| 786 |
+
IS_D_INVERTED=integer
|
| 787 |
+
|
| 788 |
+
[$LIBMAP$]
|
| 789 |
+
work=.
|
| 790 |
+
xilinx=xabelsim
|
| 791 |
+
xilinxun=
|
| 792 |
+
simprims=simprim
|
| 793 |
+
DESIGNS=
|
| 794 |
+
|
| 795 |
+
;FPGA Express
|
| 796 |
+
VIRTEXE=VIRTEX
|
| 797 |
+
COOLRUNNER=XC9500
|
| 798 |
+
COOLRUNNER2=COOLRUNNERII
|
| 799 |
+
SPARTAN2E=SPARTAN2E
|
| 800 |
+
SPARTAN3=SPARTAN3
|
| 801 |
+
SPARTAN3A=SPARTAN3A
|
| 802 |
+
SPARTAN3E=SPARTAN3E
|
| 803 |
+
SPARTANXL=SPARTANX
|
| 804 |
+
XC3000A=XC3000
|
| 805 |
+
XC3000L=XC3000
|
| 806 |
+
XC3100A=XC3000
|
| 807 |
+
XC3100L=XC3000
|
| 808 |
+
XC4000EX=XC4000X
|
| 809 |
+
XC4000L=XC4000E
|
| 810 |
+
XC4000XL=XC4000X
|
| 811 |
+
XC4000XLA=XC4000X
|
| 812 |
+
XC4000XV=XC4000X
|
| 813 |
+
XC9500XL=XC9500
|
| 814 |
+
XC9500XV=XC9500
|
| 815 |
+
|
| 816 |
+
;Synplify
|
| 817 |
+
COOLRUNNERII=COOLRUNNERII
|
| 818 |
+
Unilib=unisim
|
| 819 |
+
XC4000=unisim
|
| 820 |
+
XC5000=unisim
|
| 821 |
+
|
| 822 |
+
;Exemplar
|
| 823 |
+
xcv=unisim
|
| 824 |
+
xcv2=unisim
|
| 825 |
+
xcv2p=unisim
|
| 826 |
+
xcve=unisim
|
| 827 |
+
xi3=unisim
|
| 828 |
+
xi31=unisim
|
| 829 |
+
xi31a=unisim
|
| 830 |
+
xi3a=unisim
|
| 831 |
+
xi3l=unisim
|
| 832 |
+
xi3t=unisim
|
| 833 |
+
xi4=unisim
|
| 834 |
+
xi4a=unisim
|
| 835 |
+
xi4e=unisim
|
| 836 |
+
xi4et=unisim
|
| 837 |
+
xi4ex=unisim
|
| 838 |
+
xi4h=unisim
|
| 839 |
+
xi4l=unisim
|
| 840 |
+
xi4t=unisim
|
| 841 |
+
xi4xl=unisim
|
| 842 |
+
xi4xla=unisim
|
| 843 |
+
xi4xv=unisim
|
| 844 |
+
xi5=unisim
|
| 845 |
+
xi5t=unisim
|
| 846 |
+
xi72a=unisim
|
| 847 |
+
xi73=unisim
|
| 848 |
+
xi7t=unisim
|
| 849 |
+
xi95=unisim
|
| 850 |
+
xi95xl=unisim
|
| 851 |
+
xi95xv=unisim
|
| 852 |
+
xis=unisim
|
| 853 |
+
xis2=unisim
|
| 854 |
+
xis2e=unisim
|
| 855 |
+
xis3=unisim
|
| 856 |
+
xis3e=unisim
|
| 857 |
+
xisxl=unisim
|
| 858 |
+
Active_lib=
|
| 859 |
+
UnlinkedDesignLibrary=
|
| 860 |
+
|
| 861 |
+
[$GSRGTS$]
|
| 862 |
+
GSR=
|
| 863 |
+
GR=
|
| 864 |
+
GTS=
|
| 865 |
+
PRLD=
|
| 866 |
+
|
| 867 |
+
[$INCLUDE$]
|
| 868 |
+
line1=library IEEE;
|
| 869 |
+
line2=use IEEE.std_logic_1164.all;
|
| 870 |
+
line3=library UNISIM;
|
| 871 |
+
line4=use UNISIM.vcomponents.all;
|
| 872 |
+
line5=library SIMPRIM;
|
| 873 |
+
line6=use SIMPRIM.vcomponents.all;
|
| 874 |
+
|
| 875 |
+
[TBUF]
|
| 876 |
+
.=BUFT
|
| 877 |
+
|
| 878 |
+
[VCC]
|
| 879 |
+
VCC=P
|
| 880 |
+
|
| 881 |
+
[GND]
|
| 882 |
+
ground=G
|
| 883 |
+
|
| 884 |
+
[X_FF]
|
| 885 |
+
IN=I
|
| 886 |
+
OUT=O
|
| 887 |
+
|
| 888 |
+
;[OPAD]
|
| 889 |
+
;OPAD=I
|
| 890 |
+
;PAD=I
|
| 891 |
+
|
| 892 |
+
;[IPAD]
|
| 893 |
+
;IPAD=I
|
| 894 |
+
;PAD=I
|
| 895 |
+
|
| 896 |
+
;[IOPAD]
|
| 897 |
+
;IOPAD=I
|
| 898 |
+
;PAD=I
|
| 899 |
+
|
| 900 |
+
[X_PU]
|
| 901 |
+
OUT=O
|
| 902 |
+
|
| 903 |
+
[X_LATCH]
|
| 904 |
+
IN=I
|
| 905 |
+
OUT=O
|
| 906 |
+
|
| 907 |
+
[X_LATCHE]
|
| 908 |
+
IN=I
|
| 909 |
+
OUT=O
|
| 910 |
+
|
| 911 |
+
[x_tri]
|
| 912 |
+
IN=I
|
| 913 |
+
OUT=O
|
| 914 |
+
|
| 915 |
+
[x_buf]
|
| 916 |
+
IN=I
|
| 917 |
+
OUT=O
|
| 918 |
+
|
| 919 |
+
[x_zero]
|
| 920 |
+
OUT=O
|
| 921 |
+
[x_one]
|
| 922 |
+
OUT=O
|
| 923 |
+
|
| 924 |
+
[x_and2]
|
| 925 |
+
OUT=O
|
| 926 |
+
IN1=I1
|
| 927 |
+
IN0=I0
|
| 928 |
+
|
| 929 |
+
[x_inv]
|
| 930 |
+
IN=I
|
| 931 |
+
OUT=O
|
| 932 |
+
|
| 933 |
+
[x_or2]
|
| 934 |
+
IN0=I0
|
| 935 |
+
IN1=I1
|
| 936 |
+
OUT=O
|
| 937 |
+
|
| 938 |
+
[x_ckbuf]
|
| 939 |
+
IN=I
|
| 940 |
+
OUT=O
|
| 941 |
+
|
| 942 |
+
[x_and3]
|
| 943 |
+
IN0=I0
|
| 944 |
+
IN1=I1
|
| 945 |
+
IN2=I2
|
| 946 |
+
OUT=O
|
| 947 |
+
|
| 948 |
+
[x_and4]
|
| 949 |
+
IN0=I0
|
| 950 |
+
IN1=I1
|
| 951 |
+
IN2=I2
|
| 952 |
+
IN3=I3
|
| 953 |
+
OUT=O
|
| 954 |
+
|
| 955 |
+
[x_and5]
|
| 956 |
+
IN0=I0
|
| 957 |
+
IN1=I1
|
| 958 |
+
IN2=I2
|
| 959 |
+
IN3=I3
|
| 960 |
+
IN4=I4
|
| 961 |
+
OUT=O
|
| 962 |
+
|
| 963 |
+
[x_and6]
|
| 964 |
+
IN0=I0
|
| 965 |
+
IN1=I1
|
| 966 |
+
IN2=I2
|
| 967 |
+
IN3=I3
|
| 968 |
+
IN4=I4
|
| 969 |
+
IN5=I5
|
| 970 |
+
OUT=O
|
| 971 |
+
|
| 972 |
+
[x_and7]
|
| 973 |
+
IN0=I0
|
| 974 |
+
IN1=I1
|
| 975 |
+
IN2=I2
|
| 976 |
+
IN3=I3
|
| 977 |
+
IN4=I4
|
| 978 |
+
IN5=I5
|
| 979 |
+
IN6=I6
|
| 980 |
+
OUT=O
|
| 981 |
+
|
| 982 |
+
[x_and8]
|
| 983 |
+
IN0=I0
|
| 984 |
+
IN1=I1
|
| 985 |
+
IN2=I2
|
| 986 |
+
IN3=I3
|
| 987 |
+
IN4=I4
|
| 988 |
+
IN5=I5
|
| 989 |
+
IN6=I6
|
| 990 |
+
IN7=I7
|
| 991 |
+
OUT=O
|
| 992 |
+
|
| 993 |
+
[x_and16]
|
| 994 |
+
IN0=I0
|
| 995 |
+
IN1=I1
|
| 996 |
+
IN2=I2
|
| 997 |
+
IN3=I3
|
| 998 |
+
IN4=I4
|
| 999 |
+
IN5=I5
|
| 1000 |
+
IN6=I6
|
| 1001 |
+
IN7=I7
|
| 1002 |
+
IN8=I8
|
| 1003 |
+
IN9=I9
|
| 1004 |
+
IN10=I10
|
| 1005 |
+
IN11=I11
|
| 1006 |
+
IN12=I12
|
| 1007 |
+
IN13=I13
|
| 1008 |
+
IN14=I14
|
| 1009 |
+
IN15=I15
|
| 1010 |
+
OUT=O
|
| 1011 |
+
|
| 1012 |
+
[x_or2]
|
| 1013 |
+
IN0=I0
|
| 1014 |
+
IN1=I1
|
| 1015 |
+
OUT=O
|
| 1016 |
+
|
| 1017 |
+
[x_or3]
|
| 1018 |
+
IN0=I0
|
| 1019 |
+
IN1=I1
|
| 1020 |
+
IN2=I2
|
| 1021 |
+
OUT=O
|
| 1022 |
+
|
| 1023 |
+
[x_or4]
|
| 1024 |
+
IN0=I0
|
| 1025 |
+
IN1=I1
|
| 1026 |
+
IN2=I2
|
| 1027 |
+
IN3=I3
|
| 1028 |
+
OUT=O
|
| 1029 |
+
|
| 1030 |
+
[x_or5]
|
| 1031 |
+
IN0=I0
|
| 1032 |
+
IN1=I1
|
| 1033 |
+
IN2=I2
|
| 1034 |
+
IN3=I3
|
| 1035 |
+
IN4=I4
|
| 1036 |
+
OUT=O
|
| 1037 |
+
|
| 1038 |
+
[x_or6]
|
| 1039 |
+
IN0=I0
|
| 1040 |
+
IN1=I1
|
| 1041 |
+
IN2=I2
|
| 1042 |
+
IN3=I3
|
| 1043 |
+
IN4=I4
|
| 1044 |
+
IN5=I5
|
| 1045 |
+
OUT=O
|
| 1046 |
+
|
| 1047 |
+
[x_or7]
|
| 1048 |
+
IN0=I0
|
| 1049 |
+
IN1=I1
|
| 1050 |
+
IN2=I2
|
| 1051 |
+
IN3=I3
|
| 1052 |
+
IN4=I4
|
| 1053 |
+
IN5=I5
|
| 1054 |
+
IN6=I6
|
| 1055 |
+
OUT=O
|
| 1056 |
+
|
| 1057 |
+
|
| 1058 |
+
[x_or8]
|
| 1059 |
+
IN0=I0
|
| 1060 |
+
IN1=I1
|
| 1061 |
+
IN2=I2
|
| 1062 |
+
IN3=I3
|
| 1063 |
+
IN4=I4
|
| 1064 |
+
IN5=I5
|
| 1065 |
+
IN6=I6
|
| 1066 |
+
IN7=I7
|
| 1067 |
+
OUT=O
|
| 1068 |
+
|
| 1069 |
+
[x_or16]
|
| 1070 |
+
IN0=I0
|
| 1071 |
+
IN1=I1
|
| 1072 |
+
IN2=I2
|
| 1073 |
+
IN3=I3
|
| 1074 |
+
IN4=I4
|
| 1075 |
+
IN5=I5
|
| 1076 |
+
IN6=I6
|
| 1077 |
+
IN7=I7
|
| 1078 |
+
IN8=I8
|
| 1079 |
+
IN9=I9
|
| 1080 |
+
IN10=I10
|
| 1081 |
+
IN11=I11
|
| 1082 |
+
IN12=I12
|
| 1083 |
+
IN13=I13
|
| 1084 |
+
IN14=I14
|
| 1085 |
+
IN15=I15
|
| 1086 |
+
OUT=O
|
| 1087 |
+
|
| 1088 |
+
[x_xor2]
|
| 1089 |
+
IN0=I0
|
| 1090 |
+
IN1=I1
|
| 1091 |
+
IN2=I2
|
| 1092 |
+
OUT=O
|
| 1093 |
+
|
| 1094 |
+
[x_xor3]
|
| 1095 |
+
IN0=I0
|
| 1096 |
+
IN1=I1
|
| 1097 |
+
IN2=I2
|
| 1098 |
+
OUT=O
|
| 1099 |
+
|
| 1100 |
+
[x_xor4]
|
| 1101 |
+
IN0=I0
|
| 1102 |
+
IN1=I1
|
| 1103 |
+
IN2=I2
|
| 1104 |
+
IN3=I3
|
| 1105 |
+
OUT=O
|
| 1106 |
+
|
| 1107 |
+
[x_xor5]
|
| 1108 |
+
IN0=I0
|
| 1109 |
+
IN1=I1
|
| 1110 |
+
IN2=I2
|
| 1111 |
+
IN3=I3
|
| 1112 |
+
IN4=I4
|
| 1113 |
+
OUT=O
|
| 1114 |
+
|
| 1115 |
+
|
| 1116 |
+
[x_lut2]
|
| 1117 |
+
OUT=O
|
| 1118 |
+
|
| 1119 |
+
[x_lut3]
|
| 1120 |
+
OUT=O
|
| 1121 |
+
|
| 1122 |
+
[x_lut4]
|
| 1123 |
+
OUT=O
|
| 1124 |
+
|
| 1125 |
+
[x_RAM16]
|
| 1126 |
+
OUT=O
|
| 1127 |
+
IN=I
|
| 1128 |
+
|
| 1129 |
+
[x_RAM32]
|
| 1130 |
+
OUT=O
|
| 1131 |
+
IN=I
|
| 1132 |
+
|
| 1133 |
+
[x_RAMS16]
|
| 1134 |
+
OUT=O
|
| 1135 |
+
IN=I
|
| 1136 |
+
|
| 1137 |
+
[x_RAMS32]
|
| 1138 |
+
OUT=O
|
| 1139 |
+
IN=I
|
| 1140 |
+
|
| 1141 |
+
[x_RAMD16]
|
| 1142 |
+
OUT=O
|
| 1143 |
+
IN=I
|
| 1144 |
+
|
| 1145 |
+
[x_RAMD32]
|
| 1146 |
+
OUT=O
|
| 1147 |
+
IN=I
|
| 1148 |
+
|
| 1149 |
+
[x_MUX2]
|
| 1150 |
+
OUT=O
|
| 1151 |
+
INA=IA
|
| 1152 |
+
INB=IB
|
| 1153 |
+
|
| 1154 |
+
[x_OR32]
|
| 1155 |
+
IN0=I0
|
| 1156 |
+
IN1=I1
|
| 1157 |
+
IN2=I2
|
| 1158 |
+
IN3=I3
|
| 1159 |
+
IN4=I4
|
| 1160 |
+
IN5=I5
|
| 1161 |
+
IN6=I6
|
| 1162 |
+
IN7=I7
|
| 1163 |
+
IN8=I8
|
| 1164 |
+
IN9=I9
|
| 1165 |
+
IN10=I10
|
| 1166 |
+
IN11=I11
|
| 1167 |
+
IN12=I12
|
| 1168 |
+
IN13=I13
|
| 1169 |
+
IN14=I14
|
| 1170 |
+
IN15=I15
|
| 1171 |
+
IN16=I16
|
| 1172 |
+
IN17=I17
|
| 1173 |
+
IN18=I18
|
| 1174 |
+
IN19=I19
|
| 1175 |
+
IN20=I20
|
| 1176 |
+
IN21=I21
|
| 1177 |
+
IN22=I22
|
| 1178 |
+
IN23=I23
|
| 1179 |
+
IN24=I24
|
| 1180 |
+
IN25=I25
|
| 1181 |
+
IN26=I26
|
| 1182 |
+
IN27=I27
|
| 1183 |
+
IN28=I28
|
| 1184 |
+
IN29=I29
|
| 1185 |
+
IN30=I30
|
| 1186 |
+
IN31=I31
|
| 1187 |
+
OUT=O
|
| 1188 |
+
|
| 1189 |
+
[x_PD]
|
| 1190 |
+
OUT=O
|
| 1191 |
+
|
| 1192 |
+
[x_XOR16]
|
| 1193 |
+
IN0=I0
|
| 1194 |
+
IN1=I1
|
| 1195 |
+
IN2=I2
|
| 1196 |
+
IN3=I3
|
| 1197 |
+
IN4=I4
|
| 1198 |
+
IN5=I5
|
| 1199 |
+
IN6=I6
|
| 1200 |
+
IN7=I7
|
| 1201 |
+
IN8=I8
|
| 1202 |
+
IN9=I9
|
| 1203 |
+
IN10=I10
|
| 1204 |
+
IN11=I11
|
| 1205 |
+
IN12=I12
|
| 1206 |
+
IN13=I13
|
| 1207 |
+
IN14=I14
|
| 1208 |
+
IN15=I15
|
| 1209 |
+
OUT=O
|
| 1210 |
+
|
| 1211 |
+
[x_XOR32]
|
| 1212 |
+
IN0=I0
|
| 1213 |
+
IN1=I1
|
| 1214 |
+
IN2=I2
|
| 1215 |
+
IN3=I3
|
| 1216 |
+
IN4=I4
|
| 1217 |
+
IN5=I5
|
| 1218 |
+
IN6=I6
|
| 1219 |
+
IN7=I7
|
| 1220 |
+
IN8=I8
|
| 1221 |
+
IN9=I9
|
| 1222 |
+
IN10=I10
|
| 1223 |
+
IN11=I11
|
| 1224 |
+
IN12=I12
|
| 1225 |
+
IN13=I13
|
| 1226 |
+
IN14=I14
|
| 1227 |
+
IN15=I15
|
| 1228 |
+
IN16=I16
|
| 1229 |
+
IN17=I17
|
| 1230 |
+
IN18=I18
|
| 1231 |
+
IN19=I19
|
| 1232 |
+
IN20=I20
|
| 1233 |
+
IN21=I21
|
| 1234 |
+
IN22=I22
|
| 1235 |
+
IN23=I23
|
| 1236 |
+
IN24=I24
|
| 1237 |
+
IN25=I25
|
| 1238 |
+
IN26=I26
|
| 1239 |
+
IN27=I27
|
| 1240 |
+
IN28=I28
|
| 1241 |
+
IN29=I29
|
| 1242 |
+
IN30=I30
|
| 1243 |
+
IN31=I31
|
| 1244 |
+
OUT=O
|
| 1245 |
+
|
| 1246 |
+
[x_AND32]
|
| 1247 |
+
IN0=I0
|
| 1248 |
+
IN1=I1
|
| 1249 |
+
IN2=I2
|
| 1250 |
+
IN3=I3
|
| 1251 |
+
IN4=I4
|
| 1252 |
+
IN5=I5
|
| 1253 |
+
IN6=I6
|
| 1254 |
+
IN7=I7
|
| 1255 |
+
IN8=I8
|
| 1256 |
+
IN9=I9
|
| 1257 |
+
IN10=I10
|
| 1258 |
+
IN11=I11
|
| 1259 |
+
IN12=I12
|
| 1260 |
+
IN13=I13
|
| 1261 |
+
IN14=I14
|
| 1262 |
+
IN15=I15
|
| 1263 |
+
IN16=I16
|
| 1264 |
+
IN17=I17
|
| 1265 |
+
IN18=I18
|
| 1266 |
+
IN19=I19
|
| 1267 |
+
IN20=I20
|
| 1268 |
+
IN21=I21
|
| 1269 |
+
IN22=I22
|
| 1270 |
+
IN23=I23
|
| 1271 |
+
IN24=I24
|
| 1272 |
+
IN25=I25
|
| 1273 |
+
IN26=I26
|
| 1274 |
+
IN27=I27
|
| 1275 |
+
IN28=I28
|
| 1276 |
+
IN29=I29
|
| 1277 |
+
IN30=I30
|
| 1278 |
+
IN31=I31
|
| 1279 |
+
OUT=O
|
| 1280 |
+
|
| 1281 |
+
[x_XOR6]
|
| 1282 |
+
IN0=I0
|
| 1283 |
+
IN1=I1
|
| 1284 |
+
IN2=I2
|
| 1285 |
+
IN3=I3
|
| 1286 |
+
IN4=I4
|
| 1287 |
+
IN5=I5
|
| 1288 |
+
OUT=O
|
| 1289 |
+
|
| 1290 |
+
[x_XOR7]
|
| 1291 |
+
IN0=I0
|
| 1292 |
+
IN1=I1
|
| 1293 |
+
IN2=I2
|
| 1294 |
+
IN3=I3
|
| 1295 |
+
IN4=I4
|
| 1296 |
+
IN5=I5
|
| 1297 |
+
IN6=I6
|
| 1298 |
+
OUT=O
|
| 1299 |
+
|
| 1300 |
+
[x_XOR8]
|
| 1301 |
+
IN0=I0
|
| 1302 |
+
IN1=I1
|
| 1303 |
+
IN2=I2
|
| 1304 |
+
IN3=I3
|
| 1305 |
+
IN4=I4
|
| 1306 |
+
IN5=I5
|
| 1307 |
+
IN6=I6
|
| 1308 |
+
IN7=I7
|
| 1309 |
+
OUT=O
|
| 1310 |
+
|
| 1311 |
+
[X_SFF]
|
| 1312 |
+
IN=I
|
| 1313 |
+
OUT=O
|
| 1314 |
+
|
| 1315 |
+
[X_SUH]
|
| 1316 |
+
IN=I
|
| 1317 |
+
|
| 1318 |
+
[FDCE]
|
| 1319 |
+
GSR=$HIDDEN$
|
| 1320 |
+
[FDPE]
|
| 1321 |
+
GSR=$HIDDEN$
|
| 1322 |
+
[IFDX]
|
| 1323 |
+
GSR=$HIDDEN$
|
| 1324 |
+
[IFDXI]
|
| 1325 |
+
GSR=$HIDDEN$
|
| 1326 |
+
[ILDX_1]
|
| 1327 |
+
GSR=$HIDDEN$
|
| 1328 |
+
GTS=$HIDDEN$
|
| 1329 |
+
[ILDXI_1]
|
| 1330 |
+
GSR=$HIDDEN$
|
| 1331 |
+
GTS=$HIDDEN$
|
| 1332 |
+
[ILFFX]
|
| 1333 |
+
GSR=$HIDDEN$
|
| 1334 |
+
[ILFFXI]
|
| 1335 |
+
GSR=$HIDDEN$
|
| 1336 |
+
[ILFLX_1]
|
| 1337 |
+
GSR=$HIDDEN$
|
| 1338 |
+
GTS=$HIDDEN$
|
| 1339 |
+
[ILFLXI_1]
|
| 1340 |
+
GSR=$HIDDEN$
|
| 1341 |
+
GTS=$HIDDEN$
|
| 1342 |
+
[LDCE_1]
|
| 1343 |
+
GSR=$HIDDEN$
|
| 1344 |
+
GTS=$HIDDEN$
|
| 1345 |
+
[LDPE]
|
| 1346 |
+
GSR=$HIDDEN$
|
| 1347 |
+
GTS=$HIDDEN$
|
| 1348 |
+
[LDPE_1]
|
| 1349 |
+
GSR=$HIDDEN$
|
| 1350 |
+
GTS=$HIDDEN$
|
| 1351 |
+
[OAND2]
|
| 1352 |
+
GTS=$HIDDEN$
|
| 1353 |
+
[OBUF]
|
| 1354 |
+
GTS=$HIDDEN$
|
| 1355 |
+
[OBUFT]
|
| 1356 |
+
GTS=$HIDDEN$
|
| 1357 |
+
[OFDTX]
|
| 1358 |
+
GSR=$HIDDEN$
|
| 1359 |
+
GTS=$HIDDEN$
|
| 1360 |
+
[OFDTXI]
|
| 1361 |
+
GSR=$HIDDEN$
|
| 1362 |
+
GTS=$HIDDEN$
|
| 1363 |
+
[OFDX]
|
| 1364 |
+
GSR=$HIDDEN$
|
| 1365 |
+
GTS=$HIDDEN$
|
| 1366 |
+
[OFDXI]
|
| 1367 |
+
GTS=$HIDDEN$
|
| 1368 |
+
GSR=$HIDDEN$
|
| 1369 |
+
[OMUX2]
|
| 1370 |
+
GTS=$HIDDEN$
|
| 1371 |
+
[ONAND2]
|
| 1372 |
+
GTS=$HIDDEN$
|
| 1373 |
+
[ONOR2]
|
| 1374 |
+
GTS=$HIDDEN$
|
| 1375 |
+
[OOR2]
|
| 1376 |
+
GTS=$HIDDEN$
|
| 1377 |
+
[OXNOR2]
|
| 1378 |
+
GTS=$HIDDEN$
|
| 1379 |
+
[OXOR2]
|
| 1380 |
+
GTS=$HIDDEN$
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor.adf
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[Project]
|
| 2 |
+
Current Flow=Generic
|
| 3 |
+
VCS=0
|
| 4 |
+
version=4
|
| 5 |
+
Current Config=compile
|
| 6 |
+
[Configurations]
|
| 7 |
+
compile=PipelineProcessor
|
| 8 |
+
[Library]
|
| 9 |
+
PipelineProcessor=.\PipelineProcessor\PipelineProcessor.lib
|
| 10 |
+
[$LibMap$]
|
| 11 |
+
PipelineProcessor=.
|
| 12 |
+
Active_lib=
|
| 13 |
+
[Settings]
|
| 14 |
+
FLOW_TYPE=HDL
|
| 15 |
+
LANGUAGE=VERILOG
|
| 16 |
+
REFRESH_FLOW=1
|
| 17 |
+
FLOWTOOLS=NONE
|
| 18 |
+
FAMILY=
|
| 19 |
+
[Files]
|
| 20 |
+
alu/ALU.v=-1
|
| 21 |
+
data_memory/DataMemory.v=-1
|
| 22 |
+
instruction_memory/InstructionMemory.v=-1
|
| 23 |
+
register_file/RegisterFile.v=-1
|
| 24 |
+
control_unit/ControlUnit.v=-1
|
| 25 |
+
integration/parameter.v=-1
|
| 26 |
+
integration/ClockGenerator.v=-1
|
| 27 |
+
integration/PipelineProcessor.v=-1
|
| 28 |
+
stages/IFStage.v=-1
|
| 29 |
+
stages/MEMStage.v=-1
|
| 30 |
+
stages/EXEStage.v=-1
|
| 31 |
+
stages/IDStage.v=-1
|
| 32 |
+
register/MEM_2_WB.v=-1
|
| 33 |
+
register/EXE_2_MEM.v=-1
|
| 34 |
+
register/ID_2_EXE.v=-1
|
| 35 |
+
register/IF_2_ID.v=-1
|
| 36 |
+
utilities/mux.v=-1
|
| 37 |
+
utilities/Extender.v=-1
|
| 38 |
+
utilities/Compare.v=-1
|
| 39 |
+
stages/MEMStage.v=-1
|
| 40 |
+
stages/MEMStage.v=-1
|
| 41 |
+
[Files.Data]
|
| 42 |
+
.\src\alu\ALU.v=Verilog Source Code
|
| 43 |
+
.\src\data_memory\DataMemory.v=Verilog Source Code
|
| 44 |
+
.\src\instruction_memory\InstructionMemory.v=Verilog Source Code
|
| 45 |
+
.\src\register_file\RegisterFile.v=Verilog Source Code
|
| 46 |
+
.\src\control_unit\ControlUnit.v=Verilog Source Code
|
| 47 |
+
.\src\integration\parameter.v=Verilog Source Code
|
| 48 |
+
.\src\integration\ClockGenerator.v=Verilog Source Code
|
| 49 |
+
.\src\integration\PipelineProcessor.v=Verilog Source Code
|
| 50 |
+
.\src\stages\IFStage.v=Verilog Source Code
|
| 51 |
+
.\src\stages\MEMStage.v=Verilog Source Code
|
| 52 |
+
.\src\stages\EXEStage.v=Verilog Source Code
|
| 53 |
+
.\src\stages\IDStage.v=Verilog Source Code
|
| 54 |
+
.\src\register\MEM_2_WB.v=Verilog Source Code
|
| 55 |
+
.\src\register\EXE_2_MEM.v=Verilog Source Code
|
| 56 |
+
.\src\register\ID_2_EXE.v=Verilog Source Code
|
| 57 |
+
.\src\register\IF_2_ID.v=Verilog Source Code
|
| 58 |
+
.\src\utilities\mux.v=Verilog Source Code
|
| 59 |
+
.\src\utilities\Extender.v=Verilog Source Code
|
| 60 |
+
.\src\utilities\Compare.v=Verilog Source Code
|
| 61 |
+
.\src\stages\MEMStage.v=Verilog Source Code
|
| 62 |
+
.\src\stages\MEMStage.v=Verilog Source Code
|
| 63 |
+
[HierarchyViewer]
|
| 64 |
+
HierarchyInformation=
|
| 65 |
+
ShowHide=ShowTopLevel
|
| 66 |
+
Selected=
|
| 67 |
+
[Groups]
|
| 68 |
+
alu=1
|
| 69 |
+
data_memory=1
|
| 70 |
+
instruction_memory=1
|
| 71 |
+
register_file=1
|
| 72 |
+
control_unit=1
|
| 73 |
+
integration=1
|
| 74 |
+
stages=1
|
| 75 |
+
register=1
|
| 76 |
+
utilities=1
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/PipelineProcessor.lib
ADDED
|
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
timestamp=1719089215844
|
| 2 |
+
|
| 3 |
+
[~A]
|
| 4 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v=0*23713*24879
|
| 5 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_DCStage.v_IFStage.v_Compare.v_PC.v=0*346060*350734
|
| 6 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_DCStage.v_IFStage.v_PC.v=0*107051*109795
|
| 7 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_EXEStage.v_IDStage.v_IFStage.v_Extender.v_Compare.v=0*743533*751552
|
| 8 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_IDStage.v_IFStage.v_Compare.v_PC.v=0*366782*371456
|
| 9 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_IDStage.v_IFStage.v_Extender.v_Compare.v=0*566839*574159
|
| 10 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_IDStage.v_IFStage.v_Extender.v_Compare.v_PC.v=0*411788*417513
|
| 11 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_IFStage.v_MEMStage.v_EXEStage.v_IDStage.v_MEM_2_WB.v_EXE_2_MEM.v_ID_2_EXE.v_IF_2_ID.v_mux.v_Extender.v_Compare.v=0*11606792*11618425
|
| 12 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_MEMStage.v_EXEStage.v_IDStage.v_IFStage.v_Extender.v_Compare.v=0*981790*990300
|
| 13 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_MEMStage.v_EXEStage.v_IDStage.v_IFStage.v_Extender.v_Compare.v_MEM_2_WB.v_EXE_2_MEM.v_ID_2_EXE.v_IF_2_ID.v=0*5119374*5128536
|
| 14 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_MEMStage.v_EXEStage.v_IDStage.v_IFStage.v_MEM_2_WB.v_EXE_2_MEM.v_ID_2_EXE.v_IF_2_ID.v_mux.v_Extender.v_Compare.v=0*10126917*10136757
|
| 15 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_MEMStage.v_EXEStage.v_IDStage.v_IFStage.v_mux.v_Extender.v_Compare.v_MEM_2_WB.v_EXE_2_MEM.v_ID_2_EXE.v_IF_2_ID.v=0*5872572*5881916
|
| 16 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_MEMStage.v_EXEStage.v_WBStage.v_IDStage.v_IFStage.v_Extender.v_Compare.v=0*4408320*4417208
|
| 17 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_MEMStage.v_EXEStage.v_WBStage.v_IDStage.v_IFStage.v_Extender.v_Compare.v_MEM_2_WB.v_EXE_2_MEM.v_ID_2_EXE.v_IF_2_ID.v=0*4479000*4488508
|
| 18 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_mux.v_Extender.v_Compare.v_MEM_2_WB.v_EXE_2_MEM.v_ID_2_EXE.v_IF_2_ID.v_MEMStage.v_EXEStage.v_IDStage.v_IFStage.v=0*5909639*5918999
|
| 19 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemoryTestbench.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v=0*39629*41426
|
| 20 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemoryTestbench.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_DCStage.v_IFStage.v_PC.v=0*74014*76348
|
| 21 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemoryTestbench.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v_IFStage.v_PC.v=0*68172*70464
|
| 22 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/integration/PipelineProcessor.v=0*2187584*2189286
|
| 23 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/register_file/RegisterFile.v=0*3120841*3121723
|
| 24 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/stages/EXEStage.v=0*720515*721562
|
| 25 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/stages/IDStage.v=0*1726930*1728953
|
| 26 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/stages/IFStage.v=0*1109612*1110690
|
| 27 |
+
C:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/utilities/Extender.v=0*430803*431725
|
| 28 |
+
CUSP_Counter=680
|
| 29 |
+
LastVerilogToplevel=Compare_TB
|
| 30 |
+
ModifyID=704
|
| 31 |
+
Version=74
|
| 32 |
+
c:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/alu/ALU.v_DataMemory.v_InstructionMemory.v_RegisterFile.v_ControlUnit.v_parameter.v_ClockGenerator.v_PipelineProcessor.v=0*17883*18713
|
| 33 |
+
c:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/integration/ClockGenerator.v=0*372*918
|
| 34 |
+
c:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/integration/parameter.v=0*8405*8834
|
| 35 |
+
c:/Users/user/Documents/Verilog/PipelineProcessorDesign/PipelineProcessor/src/integration/parameter.v_ClockGenerator.v_PipelineProcessor.v=0*15756*16414
|
| 36 |
+
|
| 37 |
+
[~MFT]
|
| 38 |
+
0=39|0PipelineProcessor.mgf|11618425|6903037
|
| 39 |
+
1=68|1PipelineProcessor.mgf|40179564|40085703
|
| 40 |
+
3=136|3PipelineProcessor.mgf|32286871|32205718
|
| 41 |
+
|
| 42 |
+
[$root]
|
| 43 |
+
A/$root=22|||1*40108227
|
| 44 |
+
BinW64/$root=3*32219427
|
| 45 |
+
SLP=3*32219542
|
| 46 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|c73a565f2ade592f8ac1c68f484c921655be3593cdd9fa6a0153e4b7539c938d
|
| 47 |
+
|
| 48 |
+
[ALU]
|
| 49 |
+
A/ALU=22|../src/alu/ALU.v|1|1*40108777
|
| 50 |
+
BinW64/ALU=3*32219610
|
| 51 |
+
CUSP=UnitScopePackage_680
|
| 52 |
+
R=../src/alu/ALU.v|1
|
| 53 |
+
SLP=3*32220913
|
| 54 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|b3eb40c25b2a3c0379c7730185183eec68d4c094ceae8da3c914a41d1b907358
|
| 55 |
+
|
| 56 |
+
[ALU_TB]
|
| 57 |
+
A/ALU_TB=22|../src/alu/ALU.v|21|1*40110290
|
| 58 |
+
BinW64/ALU_TB=3*32221313
|
| 59 |
+
CUSP=UnitScopePackage_680
|
| 60 |
+
R=../src/alu/ALU.v|21
|
| 61 |
+
SLP=3*32222255
|
| 62 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|36f388c45b5ac3e9478203b9a3b21952337be21b645416d39cebdaa1dc0e0148
|
| 63 |
+
|
| 64 |
+
[ALU_tb]
|
| 65 |
+
A/ALU_tb=22|../src/alu/ALU.v|20|1*438996
|
| 66 |
+
BinW64/ALU_tb=3*287669
|
| 67 |
+
CUSP=UnitScopePackage_31
|
| 68 |
+
R=../src/alu/ALU.v|20
|
| 69 |
+
SLP=3*288493
|
| 70 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|b991c9f412e6706da1c2ecbb67c6e548d66687e3f6346ba8d1eb3ca9fe38aa08
|
| 71 |
+
|
| 72 |
+
[ClockGenerator]
|
| 73 |
+
A/ClockGenerator=22|../src/integration/ClockGenerator.v|1|1*40131519
|
| 74 |
+
BinW64/ClockGenerator=3*32249262
|
| 75 |
+
CUSP=UnitScopePackage_680
|
| 76 |
+
R=../src/integration/ClockGenerator.v|1
|
| 77 |
+
SLP=3*32250049
|
| 78 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|29401d40d399d6fc9585f993b3e20fdbe5b50b19905b9e8c8fa7978cd8c525715e3207f863bbb59dcb061d30d98c491f
|
| 79 |
+
|
| 80 |
+
[Compare]
|
| 81 |
+
A/Compare=22|../src/utilities/Compare.v|1|1*40171574
|
| 82 |
+
BinW64/Compare=3*32279886
|
| 83 |
+
R=../src/utilities/Compare.v|1
|
| 84 |
+
SLP=3*32280481
|
| 85 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|87f2930aabb469b9164f76b4ac83733026527262ddaa47cb266f3a3c4d9b973ad38d5f006329c20ee2b83d18f799bfd5
|
| 86 |
+
|
| 87 |
+
[Compare_TB]
|
| 88 |
+
A/Compare_TB=22|../src/utilities/Compare.v|29|1*40178370
|
| 89 |
+
BinW64/Compare_TB=3*32285469
|
| 90 |
+
R=../src/utilities/Compare.v|29
|
| 91 |
+
SLP=3*32286119
|
| 92 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|c747d34b397f5c62c57c23d58bc4980d3e5f7942982a2804650e73c12d553bd4ac5341e22d44028337bdca8c17028860
|
| 93 |
+
|
| 94 |
+
[DataMemory]
|
| 95 |
+
A/DataMemory=22|../src/data_memory/DataMemory.v|1|1*40111870
|
| 96 |
+
BinW64/DataMemory=3*32222918
|
| 97 |
+
R=../src/data_memory/DataMemory.v|1
|
| 98 |
+
SLP=3*32225442
|
| 99 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|ab5b04ae54b0797c38b8547f936232d99426d89c50ff4379bf89bab4c639842d2fe30e2d134019d7e326b7669914b844
|
| 100 |
+
|
| 101 |
+
[DataMemory_TB]
|
| 102 |
+
A/DataMemory_TB=22|../src/data_memory/DataMemory.v|58|1*40114079
|
| 103 |
+
BinW64/DataMemory_TB=3*32226610
|
| 104 |
+
R=../src/data_memory/DataMemory.v|58
|
| 105 |
+
SLP=3*32228113
|
| 106 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|927e25a7ce4e2cd227f99f52df4c6f62dc67844cec0fd1607ace3f4e67dff3bd2c9d2a06b4a0f6e764fb92a0db90649f
|
| 107 |
+
|
| 108 |
+
[EXE2MEM]
|
| 109 |
+
A/EXE2MEM=22|../src/register/EXE_2_MEM.v|1|1*40154257
|
| 110 |
+
BinW64/EXE2MEM=3*32262002
|
| 111 |
+
R=../src/register/EXE_2_MEM.v|1
|
| 112 |
+
SLP=3*32262601
|
| 113 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|79973ce6cd2beaadafd7f01aa643a8ec26527262ddaa47cb266f3a3c4d9b973abf27385d2cd5ea997d2665d7ef565620
|
| 114 |
+
|
| 115 |
+
[EXEStage]
|
| 116 |
+
A/EXEStage=22|../src/stages/EXEStage.v|1|1*40152515
|
| 117 |
+
BinW64/EXEStage=3*32261168
|
| 118 |
+
R=../src/stages/EXEStage.v|1
|
| 119 |
+
SLP=3*32261711
|
| 120 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|8b71b443d604dfe1a484958fafd38aeb5df0c91d9fd255c758cec4d3f5cc52150f1dd31144887ec5e3d03b0d2ee824e8
|
| 121 |
+
|
| 122 |
+
[EXEStage_TB]
|
| 123 |
+
A/EXEStage_TB=22|../src/stages/EXEStage.v|30|1*40166954
|
| 124 |
+
BinW64/EXEStage_TB=3*32273872
|
| 125 |
+
R=../src/stages/EXEStage.v|30
|
| 126 |
+
SLP=3*32275255
|
| 127 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|07925f66de4fbd3ee10f5f4f405dc36b06c851e9e48d559910886b7a74f4a4934ed376ecb51f171859c318d74738a5a8
|
| 128 |
+
|
| 129 |
+
[Extender]
|
| 130 |
+
A/Extender=22|../src/utilities/Extender.v|1|1*40168945
|
| 131 |
+
BinW64/Extender=3*32276098
|
| 132 |
+
R=../src/utilities/Extender.v|1
|
| 133 |
+
SLP=3*32276724
|
| 134 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|a261af10a9c686e7aecc5c2773f178128e9d9588c4ff5cca4594dc3e49d761f7769ccb115d700e714240029e63a672ed
|
| 135 |
+
|
| 136 |
+
[Extender_TB]
|
| 137 |
+
A/Extender_TB=22|../src/utilities/Extender.v|25|1*40176888
|
| 138 |
+
BinW64/Extender_TB=3*32283660
|
| 139 |
+
R=../src/utilities/Extender.v|25
|
| 140 |
+
SLP=3*32284735
|
| 141 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|8cb00bc5916ab38a657fa19aa742f4d711be8a0a79ba65b2b3ce55c9b5b4f91720ed1a429051c0507c92c5c2354e6394
|
| 142 |
+
|
| 143 |
+
[HazardDetect]
|
| 144 |
+
A/HazardDetect=22|../src/control_unit/ControlUnit.v|124|1*40129527
|
| 145 |
+
BinW64/HazardDetect=3*32247184
|
| 146 |
+
R=../src/control_unit/ControlUnit.v|124
|
| 147 |
+
SLP=3*32248500
|
| 148 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|254404d9e3063afee2255ceb3960fdf1e64acc72f2e5e2f2e3bfef8a7c21bdf30e0a4e6ff53e5d162cad59e294c9bf29
|
| 149 |
+
|
| 150 |
+
[ID2EXE]
|
| 151 |
+
A/ID2EXE=22|../src/register/ID_2_EXE.v|1|1*40150283
|
| 152 |
+
BinW64/ID2EXE=3*32260080
|
| 153 |
+
R=../src/register/ID_2_EXE.v|1
|
| 154 |
+
SLP=3*32260736
|
| 155 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|375d59c14918eb531ce6dfbba504dc48a39d6a531d8061d146139d9ca99adc5d
|
| 156 |
+
|
| 157 |
+
[IDStage]
|
| 158 |
+
A/IDStage=22|../src/stages/IDStage.v|1|1*40145083
|
| 159 |
+
BinW64/IDStage=3*32256457
|
| 160 |
+
R=../src/stages/IDStage.v|1
|
| 161 |
+
SLP=3*32258893
|
| 162 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|aea204e0485281cf71400052df86587326527262ddaa47cb266f3a3c4d9b973af00b29e25538e5900702f914acd1b7c9
|
| 163 |
+
|
| 164 |
+
[IDStage_TB]
|
| 165 |
+
A/IDStage_TB=22|../src/stages/IDStage.v|105|1*40172665
|
| 166 |
+
BinW64/IDStage_TB=3*32280820
|
| 167 |
+
R=../src/stages/IDStage.v|105
|
| 168 |
+
SLP=3*32282533
|
| 169 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|6b1c96875fb8265aa492c355dc5be876e56291fae7c8dc9d3bcc9afd5da695d1f61a66838054045563ca69e3736c063d
|
| 170 |
+
|
| 171 |
+
[IF2ID]
|
| 172 |
+
A/IF2ID=22|../src/register/IF_2_ID.v|1|1*40143736
|
| 173 |
+
BinW64/IF2ID=3*32255751
|
| 174 |
+
R=../src/register/IF_2_ID.v|1
|
| 175 |
+
SLP=3*32256200
|
| 176 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|65778131d04d2793852c3a5c56cac48ff41b6edf9fc065af37788218da014feb
|
| 177 |
+
|
| 178 |
+
[IFStage]
|
| 179 |
+
A/IFStage=22|../src/stages/IFStage.v|1|1*40140068
|
| 180 |
+
BinW64/IFStage=3*32251359
|
| 181 |
+
CUSP=UnitScopePackage_680
|
| 182 |
+
R=../src/stages/IFStage.v|1
|
| 183 |
+
SLP=3*32254691
|
| 184 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|ff3c6229497c1bf9469ddb190df3141926527262ddaa47cb266f3a3c4d9b973a1afd2d884f649271b136531b84f2e798
|
| 185 |
+
|
| 186 |
+
[IFStage_TB]
|
| 187 |
+
A/IFStage_TB=22|../src/stages/IFStage.v|69|1*40161275
|
| 188 |
+
BinW64/IFStage_TB=3*32266274
|
| 189 |
+
R=../src/stages/IFStage.v|69
|
| 190 |
+
SLP=3*32267896
|
| 191 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|3bc2c19a3a3d2dfafcfb5ea7aec85add246a6b44d5a928b8d3cfa0f61ecbeac9f81f95977dd2ddc95edc7a5a89b83651
|
| 192 |
+
|
| 193 |
+
[IFStage_tb]
|
| 194 |
+
A/IFStage_tb=22|../src/stages/IFStage.v|69|1*39170250
|
| 195 |
+
BinW64/IFStage_tb=3*31388139
|
| 196 |
+
R=../src/stages/IFStage.v|69
|
| 197 |
+
SLP=3*31389705
|
| 198 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|d35a2239f13de95b1de3369ae7a1da638ffd786a3d87ffc990087dfb4fe2213c106537d16104d0f7644f7705a8b752c0
|
| 199 |
+
|
| 200 |
+
[IF_2_ID]
|
| 201 |
+
A/IF_2_ID=22|../src/register/IF_2_ID.v|1|1*14973988
|
| 202 |
+
BinW64/IF_2_ID=3*11856704
|
| 203 |
+
R=../src/register/IF_2_ID.v|1
|
| 204 |
+
SLP=3*11857155
|
| 205 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|1d4e325fb37cba42786c4a40c640364626527262ddaa47cb266f3a3c4d9b973a301fd12166e3247310696c59b19c7727
|
| 206 |
+
|
| 207 |
+
[InstructionMemory]
|
| 208 |
+
A/InstructionMemory=22|../src/instruction_memory/InstructionMemory.v|1|1*40116166
|
| 209 |
+
BinW64/InstructionMemory=3*32229105
|
| 210 |
+
CUSP=UnitScopePackage_680
|
| 211 |
+
R=../src/instruction_memory/InstructionMemory.v|1
|
| 212 |
+
SLP=3*32232216
|
| 213 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|b86a443a1d82ec234d09f8a4c7b8cd6b46404b5c54a2301d05949f8e3043a720966d5932cf5a7110eeddef19a7d9bfb4
|
| 214 |
+
|
| 215 |
+
[InstructionMemory_TB]
|
| 216 |
+
A/InstructionMemory_TB=22|../src/instruction_memory/InstructionMemory.v|73|1*40118378
|
| 217 |
+
BinW64/InstructionMemory_TB=3*32232978
|
| 218 |
+
R=../src/instruction_memory/InstructionMemory.v|73
|
| 219 |
+
SLP=3*32234325
|
| 220 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|b86a443a1d82ec234d09f8a4c7b8cd6bee57688fa537bf404e35855a51646a248b5990d1c981aa03becc54596571f38c
|
| 221 |
+
|
| 222 |
+
[MEM2WB]
|
| 223 |
+
A/MEM2WB=22|../src/register/MEM_2_WB.v|1|1*40158487
|
| 224 |
+
BinW64/MEM2WB=3*32263863
|
| 225 |
+
R=../src/register/MEM_2_WB.v|1
|
| 226 |
+
SLP=3*32264385
|
| 227 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|5d7a97799b57f8cd4a4de1dbe72f319f9fabdc99af3d5c057501ddc0df6603be
|
| 228 |
+
|
| 229 |
+
[MEMStage]
|
| 230 |
+
A/MEMStage=22|../src/stages/MEMStage.v|1|1*40156440
|
| 231 |
+
BinW64/MEMStage=3*32262969
|
| 232 |
+
R=../src/stages/MEMStage.v|1
|
| 233 |
+
SLP=3*32263513
|
| 234 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|0636c591f08377f99f870ff36b2104ebf20f1095f39cdefe2dcaf90d3d715e47edaea217d10aeda94ad4f1b4282a0858
|
| 235 |
+
|
| 236 |
+
[MEMStage_TB]
|
| 237 |
+
A/MEMStage_TB=22|../src/stages/MEMStage.v|41|1*40165049
|
| 238 |
+
BinW64/MEMStage_TB=3*32271636
|
| 239 |
+
R=../src/stages/MEMStage.v|41
|
| 240 |
+
SLP=3*32272949
|
| 241 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|fbcd93395ef515669ae5a2651b1485c2223ef9612e2823a24b72d6c89f69970165364bc905a2af2860e67ac81cadc3ba
|
| 242 |
+
|
| 243 |
+
[MEMStage_tb]
|
| 244 |
+
A/MEMStage_tb=22|../src/stages/MEMStage.v|41|1*38648954
|
| 245 |
+
BinW64/MEMStage_tb=3*30920601
|
| 246 |
+
R=../src/stages/MEMStage.v|41
|
| 247 |
+
SLP=3*30922566
|
| 248 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|008b834efc50fcdfe5ff87fb6482e1406671a1504a8478a3b6ec6b416f4a9a6b863b662a3dd54131812d598d906e797f
|
| 249 |
+
|
| 250 |
+
[MainAluControl]
|
| 251 |
+
A/MainAluControl=22|../src/control_unit/ControlUnit.v|1|1*40124657
|
| 252 |
+
BinW64/MainAluControl=3*32240704
|
| 253 |
+
CUSP=UnitScopePackage_680
|
| 254 |
+
R=../src/control_unit/ControlUnit.v|1
|
| 255 |
+
SLP=3*32243838
|
| 256 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|9b804613b9b9094e3ec47e6eabf289ebe8a89f383bdda049693e0961d1122ec5a27da06ff8a107d22b453d3007864b74
|
| 257 |
+
|
| 258 |
+
[PC]
|
| 259 |
+
A/PC=22|../src/utilities/PC.v|1|1*1206312
|
| 260 |
+
BinW64/PC=3*848966
|
| 261 |
+
R=../src/utilities/PC.v|1
|
| 262 |
+
SLP=3*849078
|
| 263 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|8180830d307fd32bf17aee65de57f692f5a845c650562fae6356c42e849bfc48
|
| 264 |
+
|
| 265 |
+
[PcControl]
|
| 266 |
+
A/PcControl=22|../src/control_unit/ControlUnit.v|91|1*40127516
|
| 267 |
+
BinW64/PcControl=3*32245372
|
| 268 |
+
CUSP=UnitScopePackage_680
|
| 269 |
+
R=../src/control_unit/ControlUnit.v|91
|
| 270 |
+
SLP=3*32246431
|
| 271 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|1ff042cea8b4a0ae164deaa48473268bf4037a77f4e1be0707c1a63701b1499be372cdbd0956558897b1203363ff91cf
|
| 272 |
+
|
| 273 |
+
[PipelineProcessor]
|
| 274 |
+
A/PipelineProcessor=22|../src/integration/PipelineProcessor.v|1|1*40132453
|
| 275 |
+
BinW64/PipelineProcessor=3*32250429
|
| 276 |
+
R=../src/integration/PipelineProcessor.v|1
|
| 277 |
+
SLP=3*32250819
|
| 278 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|1c6c5566b88730f7fd6cb85636a8b12c601169342216ef45e4410ce0e541c021765567cff59f15be745a8219781d187b
|
| 279 |
+
|
| 280 |
+
[RegisterFile]
|
| 281 |
+
A/RegisterFile=22|../src/register_file/RegisterFile.v|1|1*40120082
|
| 282 |
+
BinW64/RegisterFile=3*32235184
|
| 283 |
+
R=../src/register_file/RegisterFile.v|1
|
| 284 |
+
SLP=3*32237011
|
| 285 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|22f74543ade67d85359ca455f1aa161036d96cbaa54bbfe1fa4f47ec71d76429a09bed64cc1c5aec52e56c4c87bd59f9
|
| 286 |
+
|
| 287 |
+
[RegisterFile_TB]
|
| 288 |
+
A/RegisterFile_TB=22|../src/register_file/RegisterFile.v|46|1*40122598
|
| 289 |
+
BinW64/RegisterFile_TB=3*32237927
|
| 290 |
+
R=../src/register_file/RegisterFile.v|46
|
| 291 |
+
SLP=3*32239542
|
| 292 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|d6f9a665127a284f595d4274114180c3317f0dcb47cce4c39f30307ecff3fb290e2cef2f04e3b13ae785c927e24c1aff
|
| 293 |
+
|
| 294 |
+
[UnitScopePackage_31]
|
| 295 |
+
A/UnitScopePackage_31=22|../src/alu/ALU.v|0|1*456106
|
| 296 |
+
BinW64/UnitScopePackage_31=3*301678
|
| 297 |
+
CUSP=1
|
| 298 |
+
R=../src/alu/ALU.v|0
|
| 299 |
+
SLP=3*301932
|
| 300 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|fab98aed36991913255ea6c02c9bb53ef0d1c6554ee4e22cf92f75034a1a69a14c74e98a8bd6a4dfff57da4b57a4f885
|
| 301 |
+
|
| 302 |
+
[UnitScopePackage_680]
|
| 303 |
+
A/UnitScopePackage_680=22|../src/alu/ALU.v|0|1*40179564
|
| 304 |
+
BinW64/UnitScopePackage_680=3*32286616
|
| 305 |
+
CUSP=7
|
| 306 |
+
R=../src/alu/ALU.v|0
|
| 307 |
+
SLP=3*32286871
|
| 308 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|fab98aed36991913255ea6c02c9bb53e31181c9962644318f99240e6c77c3d57962231e2ea49b07a7fd7ff8514ec4151
|
| 309 |
+
|
| 310 |
+
[WBStage]
|
| 311 |
+
A/WBStage=22|../src/stages/WBStage.v|1|1*15080178
|
| 312 |
+
BinW64/WBStage=3*11940685
|
| 313 |
+
R=../src/stages/WBStage.v|1
|
| 314 |
+
SLP=3*11941103
|
| 315 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|8fade0dee20993eb79b2c2257fda5b1526527262ddaa47cb266f3a3c4d9b973ac42d71a74a83524097bc50bd74ceeab6
|
| 316 |
+
|
| 317 |
+
[compare]
|
| 318 |
+
A/compare=22|../src/utilities/Compare.v|1|1*282180
|
| 319 |
+
BinW64/compare=3*189613
|
| 320 |
+
R=../src/utilities/Compare.v|1
|
| 321 |
+
SLP=3*190201
|
| 322 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|d13f95a574420958af9aea0a1cdf359f26527262ddaa47cb266f3a3c4d9b973a512b9df81c57c1ea75b5191279beeb31
|
| 323 |
+
|
| 324 |
+
[compare_tb]
|
| 325 |
+
A/compare_tb=22|../src/utilities/Compare.v|31|1*283251
|
| 326 |
+
BinW64/compare_tb=3*190538
|
| 327 |
+
R=../src/utilities/Compare.v|31
|
| 328 |
+
SLP=3*191089
|
| 329 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|858b50752112bab63d16ce92a796d728e740cd593d08047e35cd9c18fa45384ce9cb3a47d0b462451c9127d165317d1b
|
| 330 |
+
|
| 331 |
+
[controller]
|
| 332 |
+
A/controller=22|../src/control_unit/ControlUnit.v|1|1*275348
|
| 333 |
+
BinW64/controller=3*184811
|
| 334 |
+
R=../src/control_unit/ControlUnit.v|1
|
| 335 |
+
SLP=3*185146
|
| 336 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|37559bb714d9790ed0d2b33a2227305569fc64f104d581d1d39b9b8592bd86361ec1581bcc44f9c7479b67c027f00c9a
|
| 337 |
+
|
| 338 |
+
[instructionMemory_TB]
|
| 339 |
+
A/instructionMemory_TB=22|../src/instruction_memory/InstructionMemory.v|75|1*37426643
|
| 340 |
+
BinW64/instructionMemory_TB=3*29839091
|
| 341 |
+
R=../src/instruction_memory/InstructionMemory.v|75
|
| 342 |
+
SLP=3*29839905
|
| 343 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|2b14bce026953b8dd1e6dfba2f813208cb48b7d7b6d746e1a698db932b083c543c6ceca4c7280bf199d50d96f14b9058
|
| 344 |
+
|
| 345 |
+
[main]
|
| 346 |
+
A/main=22|../src/control_unit/ControlUnit.v|1|1*299163
|
| 347 |
+
BinW64/main=3*200539
|
| 348 |
+
R=../src/control_unit/ControlUnit.v|1
|
| 349 |
+
SLP=3*200868
|
| 350 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|a10d1194a18e37435e6d6f0ad7feedab70aa57c9f5192d556a17ccac868dc897
|
| 351 |
+
|
| 352 |
+
[mux_2]
|
| 353 |
+
A/mux_2=22|../src/utilities/mux.v|23|1*40160036
|
| 354 |
+
BinW64/mux_2=3*32264630
|
| 355 |
+
R=../src/utilities/mux.v|23
|
| 356 |
+
SLP=3*32266072
|
| 357 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|639b5b5032d37e15e856639649374079be4fcbfe5bac809f52f78f71b0ef62be
|
| 358 |
+
|
| 359 |
+
[mux_3]
|
| 360 |
+
A/mux_3=22|../src/utilities/mux.v|12|1*40163652
|
| 361 |
+
BinW64/mux_3=3*32268915
|
| 362 |
+
R=../src/utilities/mux.v|12
|
| 363 |
+
SLP=3*32271371
|
| 364 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|f054b179166bc4c61c5f7ffffee4f4c869bc6efae0b998f7fdedf9b65477f399
|
| 365 |
+
|
| 366 |
+
[mux_4]
|
| 367 |
+
A/mux_4=22|../src/utilities/mux.v|1|1*40170105
|
| 368 |
+
BinW64/mux_4=3*32277139
|
| 369 |
+
R=../src/utilities/mux.v|1
|
| 370 |
+
SLP=3*32279626
|
| 371 |
+
Version=15.0.261.9132 (Windows64)|0000000b789cd3f53752d02d2e33ca3634070010af02ea|574b43f2f5c4c07f981e5af5213a053eca9d67601fa4b6dd46e4541931ec4c33
|
| 372 |
+
|
| 373 |
+
[~U]
|
| 374 |
+
$root=12|0*11597655|
|
| 375 |
+
ALU=12|0*11598173|
|
| 376 |
+
ALU_TB=12|0*11598414||0x10
|
| 377 |
+
ALU_tb=12|0*167035||0x10
|
| 378 |
+
ClockGenerator=12|0*11600805|
|
| 379 |
+
Compare=12|0*11605372|
|
| 380 |
+
Compare_TB=12|0*11605972||0x10
|
| 381 |
+
DataMemory=12|0*11598603|
|
| 382 |
+
DataMemory_TB=12|0*11598868||0x10
|
| 383 |
+
EXE2MEM=12|0*11603019|
|
| 384 |
+
EXEStage=12|0*11602749|
|
| 385 |
+
EXEStage_TB=12|0*11604729||0x10
|
| 386 |
+
Extender=12|0*11604910|
|
| 387 |
+
Extender_TB=12|0*11605801||0x10
|
| 388 |
+
HazardDetect=12|0*11600499|
|
| 389 |
+
ID2EXE=12|0*11602449|
|
| 390 |
+
IDStage=12|0*11601980|
|
| 391 |
+
IDStage_TB=12|0*11605590||0x10
|
| 392 |
+
IF2ID=12|0*11601742|
|
| 393 |
+
IFStage=12|0*11601404|
|
| 394 |
+
IFStage_TB=12|0*11604099||0x10
|
| 395 |
+
IFStage_tb=12|0*11324412||0x10
|
| 396 |
+
IF_2_ID=12|0*4441986||0x10
|
| 397 |
+
InstructionMemory=12|0*11599043|
|
| 398 |
+
InstructionMemory_TB=12|0*11599322||0x10
|
| 399 |
+
MEM2WB=12|0*11603621|
|
| 400 |
+
MEMStage=12|0*11603322|
|
| 401 |
+
MEMStage_TB=12|0*11604532||0x10
|
| 402 |
+
MEMStage_tb=12|0*11175658||0x10
|
| 403 |
+
MainAluControl=12|0*11599953|
|
| 404 |
+
PC=12|0*410888|
|
| 405 |
+
PcControl=12|0*11600226|
|
| 406 |
+
PipelineProcessor=12|0*11601021||0x10
|
| 407 |
+
RegisterFile=12|0*11599512|
|
| 408 |
+
RegisterFile_TB=12|0*11599774||0x10
|
| 409 |
+
UnitScopePackage_31=12|0*170064||0x40200000
|
| 410 |
+
UnitScopePackage_680=12|0*11606141||0x40200000
|
| 411 |
+
WBStage=12|0*4475664|
|
| 412 |
+
compare=12|0*113486|
|
| 413 |
+
compare_tb=12|0*113703||0x10
|
| 414 |
+
controller=12|0*112201||0x10
|
| 415 |
+
instructionMemory_TB=12|0*10837107||0x10
|
| 416 |
+
main=12|0*119952||0x10
|
| 417 |
+
mux_2=12|0*11603872|
|
| 418 |
+
mux_3=12|0*11604298|
|
| 419 |
+
mux_4=12|0*11605132|
|
| 420 |
+
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/elaboration.log
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Active-HDL 15.0.261.9132 2024-06-22 23:45:59
|
| 2 |
+
|
| 3 |
+
Elaboration top modules:
|
| 4 |
+
Verilog Module PipelineProcessor
|
| 5 |
+
SystemVerilog Package UnitScopePackage_678
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
-----------------------------------------------------------------------------------------------------
|
| 9 |
+
Verilog Module | Library | Info | Compiler Version | Compilation Options
|
| 10 |
+
-----------------------------------------------------------------------------------------------------
|
| 11 |
+
PipelineProcessor | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 12 |
+
ClockGenerator | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 13 |
+
MainAluControl | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 14 |
+
PcControl | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 15 |
+
HazardDetect | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 16 |
+
IFStage | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 17 |
+
IF2ID | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 18 |
+
IDStage | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 19 |
+
ID2EXE | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 20 |
+
EXEStage | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 21 |
+
EXE2MEM | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 22 |
+
MEMStage | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 23 |
+
MEM2WB | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 24 |
+
InstructionMemory | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 25 |
+
mux_2 | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 26 |
+
Extender | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 27 |
+
RegisterFile | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 28 |
+
mux_4 | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 29 |
+
Compare | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 30 |
+
ALU | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 31 |
+
DataMemory | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 32 |
+
mux_3 | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 33 |
+
-----------------------------------------------------------------------------------------------------
|
| 34 |
+
|
| 35 |
+
-----------------------------------------------------------------------------------------------------
|
| 36 |
+
SystemVerilog Package | Library | Info | Compiler Version | Compilation Options
|
| 37 |
+
-----------------------------------------------------------------------------------------------------
|
| 38 |
+
UnitScopePackage_678 | pipelineprocessor | | 15.0.261.9132 (Windows64) | -O2 -sv2k17
|
| 39 |
+
-----------------------------------------------------------------------------------------------------
|
| 40 |
+
|
| 41 |
+
-----------------------------------------------------------------------------------------------------
|
| 42 |
+
Library | Comment
|
| 43 |
+
-----------------------------------------------------------------------------------------------------
|
| 44 |
+
pipelineprocessor | None
|
| 45 |
+
-----------------------------------------------------------------------------------------------------
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/ext.gen
ADDED
|
Binary file (412 Bytes). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/slp_model.dll
ADDED
|
Binary file (39.4 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/slp_model.info
ADDED
|
Binary file (8.54 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/slp_model_par.info
ADDED
|
File without changes
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/01aab11322aa579cebbf9c78b50b72d5/spi.gen
ADDED
|
Binary file (2.59 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/ext.gen
ADDED
|
Binary file (140 Bytes). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/slp_model.dll
ADDED
|
Binary file (26.6 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/slp_model.info
ADDED
|
Binary file (8.42 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/slp_model_par.info
ADDED
|
Binary file (246 Bytes). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/0837e1243d2408c28b7afb7b7d77e73e/spi.gen
ADDED
|
Binary file (1.33 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/ext.gen
ADDED
|
Binary file (108 Bytes). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/slp_model.dll
ADDED
|
Binary file (26.6 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/slp_model.info
ADDED
|
Binary file (8.32 kB). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/slp_model_par.info
ADDED
|
File without changes
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/431b2ccb303e4fbcafe83ad46bec9df2/spi.gen
ADDED
|
Binary file (872 Bytes). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/459321c7551a1f1a6474a6edd9a191a9/ext.gen
ADDED
|
Binary file (156 Bytes). View file
|
|
|
qossayrida_PipelineProcessorDesign/source/PipelineProcessor/PipelineProcessor/slp/459321c7551a1f1a6474a6edd9a191a9/slp_model.dll
ADDED
|
Binary file (29.7 kB). View file
|
|
|