URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [testsuite/] [gdb.chill/] [func1.ch] - Rev 1765
Compare with Previous | Blame | View Log
func1: MODULE
SYNMODE m_set = SET (e1, e2, e3, e4, e5, e6, e7, e8, e9, e10);
SYNMODE m_setrange = RANGE (e3:e8);
SYNMODE m_ps = POWERSET m_set;
SYNMODE m_rangeps = POWERSET RANGE(0:31);
GRANT ALL;
END func1;