source:
trunk/IPs/systemC/Environment/RamLock/src/RamLock_test.cpp
@
83
Last change on this file since 83 was 81, checked in by , 17 years ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | #include "../include/RamLock.h" |
2 | |
3 | namespace environment { |
4 | namespace ramlock { |
5 | |
6 | // bool RamLock::test (uint32_t num_lock) |
7 | // { |
8 | // return num_lock < _param->_size; |
9 | // } |
10 | |
11 | }; |
12 | }; |
Note: See TracBrowser
for help on using the repository browser.