Forum Discussion
Altera_Forum
Honored Contributor
20 years agotimestamp
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif http://forum.niosforum.com/work2/style_emoticons/...
Altera_Forum
Honored Contributor
20 years agothese are the declarations related to the timer.
In sopc builder I have setted as from manual, but here in the file result me "none".You can see at the end of file # define SYSTEM_TIMER_NAME "/dev/system_timer"# define SYSTEM_TIMER_TYPE "altera_avalon_timer"# define SYSTEM_TIMER_BASE 0x00900800# define SYSTEM_TIMER_IRQ 1# define SYSTEM_TIMER_ALWAYS_RUN 0# define SYSTEM_TIMER_FIXED_PERIOD 1# define SYSTEM_TIMER_SNAPSHOT 1# define SYSTEM_TIMER_PERIOD 1# define SYSTEM_TIMER_PERIOD_UNITS "ms"# define SYSTEM_TIMER_RESET_OUTPUT 0# define SYSTEM_TIMER_TIMEOUT_PULSE_OUTPUT 0# define SYSTEM_TIMER_MULT 0.001# define SYSTEM_TIMER_FREQ 50000000 # define ALT_SYS_CLK SYSTEM_TIMER# define ALT_TIMESTAMP_CLK none# define ALT_MAX_FD 32 I follow instruction from manual . It's possible make some change in this file , without regenerate in sopc and compile in quartus II ? If not , how i have to set flags in sopc builder ? thanks for the answers ciao walter