Actions
Bug #9388
openMystical errors in model
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
Actions