Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stud-support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Žampach, Daniel
stud-support
Commits
91de9931
Commit
91de9931
authored
2 years ago
by
Pavel Pisa
Browse files
Options
Downloads
Patches
Plain Diff
seminaries/qtrvsim/fibo-hazards: Update rest of the template texts for RISC-V.
Signed-off-by:
Pavel Pisa
<
pisa@cmp.felk.cvut.cz
>
parent
c3121488
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S
+8
-8
8 additions, 8 deletions
seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S
with
8 additions
and
8 deletions
seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S
+
8
−
8
View file @
91de9931
//
fibo
-
hazards.S
file
template
,
rename
and
implement
the
algorithm
//
Test
algorithm
in
qt
mips
_gui
program
//
Test
algorithm
in
qt
rvsim
_gui
program
//
Select
the
CPU
core
configuration
to
//
Pipelined
without
hazard
unit
and
cache
//
This
option
select
version
where
RAW
dependencies
which
leads
//
to
hazards
are
not
resolved
in
hardware
,
you
need
to
schedule
//
instruction
execution
according
to
the
pipeline
structure
//
(
classical
5
-
stage
MIPS
)
such
way
,
that
no
dependency
results
//
(
classical
5
-
stage
RISC
-
V
)
such
way
,
that
no
dependency
results
//
in
a
hazard
...
...
@@ -19,13 +19,13 @@
//
at
address
fibo_series
,
the
series
has
to
be
followed
by
at
least
//
one
zero
element
//
When
tested
by
actual
qt
mips
_cli
version
,
the
variant
without
hazard
//
unit
cannot
be
selected
(
this
is
WIP
for
the
test
script
),
use
qt
mips
_gui
//
When
tested
by
actual
qt
rvsim
_cli
version
,
the
variant
without
hazard
//
unit
cannot
be
selected
(
this
is
WIP
for
the
test
script
),
use
qt
rvsim
_gui
//
which
is
fully
configurable
//
Directives
to
make
interesting
windows
visible
#pragma qt
mips
show registers
#pragma qt
mips
show memory
#pragma qt
rvsim
show registers
#pragma qt
rvsim
show memory
.
option
norelax
...
...
@@ -51,7 +51,7 @@ end_loop:
nop
.
data
//
.
align
2
//
not
supported
by
Qt
Mips
yet
//
.
align
2
//
not
supported
by
Qt
RVSim
yet
fibo_limit
:
.
word
15
...
...
@@ -59,4 +59,4 @@ fibo_series:
.
skip
1000
*
4
//
Specify
location
to
show
in
memory
window
#pragma qt
mips
focus memory fibo_limit
#pragma qt
rvsim
focus memory fibo_limit
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment