Project

General

Profile

Actions

Bug #9388

open

Mystical errors in model

Added by Alexander Protsenko over 5 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
Target version:
Start date:
11/15/2018
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

riscv.nml (line: 504-510)

Order without errors:

#ifdef RV32V
  #include "riscv_rv32v.nml" 
#endif

#ifdef RV32C
  #include "riscv_rvc.nml" 
#endif

Order with error:

#ifdef RV32C
  #include "riscv_rvc.nml" 
#endif

#ifdef RV32V
  #include "riscv_rv32v.nml" 
#endif

Log:

riscv_rv32f.nml 24:0 ERROR (PARSER): "C:\!microtesk\MicroTESK-RISC-V\microtesk-riscv\microtesk-riscv\src\main\arch\riscv\model\riscv_rv32f.nml line 24:0 extraneous input 'var' expecting ID" 
riscv_rv32f.nml 24:12 ERROR (PARSER): "" 
riscv_rvc.nml 141:5 ERROR (PARSER): "C:\!microtesk\MicroTESK-RISC-V\microtesk-riscv\microtesk-riscv\src\main\arch\riscv\model\riscv_rvc.nml line 141:5 missing EOF at 'CX'" 
Error: TRANSLATION WAS INTERRUPTED DUE TO SYNTACTIC ERRORS.
Translation was aborted.
Buildfile: C:\!microtesk\MicroTESK-RISC-V\microtesk-riscv\microtesk-riscv\build\target\bin\build.xml


Files

2log.txt (2 KB) 2log.txt Alexander Protsenko, 11/15/2018 11:32 AM
Actions #1

Updated by Alexander Kamkin about 4 years ago

  • Target version set to 0.1
Actions

Also available in: Atom PDF