From eca5c0f1a4b73a7d9b4eaec51f5a02c63f3bf822 Mon Sep 17 00:00:00 2001 From: Pavel Pisa <pisa@cmp.felk.cvut.cz> Date: Mon, 28 Mar 2022 00:29:13 +0200 Subject: [PATCH] seminaries/qtrvsim/fibo-hazards: remove warning notice, set no hazard unit is already possible in CLI. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> --- seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S b/seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S index 063fd41..b2fa4a8 100644 --- a/seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S +++ b/seminaries/qtrvsim/fibo-hazards/fibo-hazards-template.S @@ -8,7 +8,6 @@ // (classical 5-stage RISC-V) such way, that no dependency results // in a hazard - // copy directory with the project to your repository to // the directory work/fibo-hazards // critical is location of the file work/fibo-hazards/fibo-hazards.S @@ -19,10 +18,6 @@ // at address fibo_series, the series has to be followed by at least // one zero element -// When tested by actual qtrvsim_cli version, the variant without hazard -// unit cannot be selected (this is WIP for the test script), use qtrvsim_gui -// which is fully configurable - // Directives to make interesting windows visible #pragma qtrvsim show registers #pragma qtrvsim show memory -- GitLab