Questions tagged [real-time-systems]

18 questions
0
votes
1 answer

modelsim says: near ")": (vcom-1576) expecting IDENTIFIER. but fixing it gives more errors

when using this code: library IEEE; use IEEE.Std_logic_1164.all; use IEEE.Numeric_STD.all; entity CLOCKDIVIDER_TB is end entity CLOCKDIVIDER_TB; architecture BENCH of CLOCKDIVIDER_TB is --declare component component ClockDivider Port( …
0
votes
1 answer

What happens when a realtime system violates its hard time target?

I know the system goes into some kind of emergency mode when it times out and the exception is then handled, but what part of the system makes the system go into this mode? Thanks!
Nicooost
  • 76
  • 6
0
votes
2 answers

How to execute the sample rtems program on eclipse ide?

I installed rtems, mingw, msys, grmon in a eclipse platform and also specified the path in environmental variable. I try to execute a given sample rtems program but it is showing a ERROR has * launching rtems has encountered a problem * error…
1
2