ruby: replaces Time with Cycles in many places
The patch started of with replacing Time with Cycles in the Consumer class. But to get ruby to compile, the rest of the changes had to be carried out. Subsequent patches will further this process, till we completely replace Time with Cycles.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
machine(L1Cache, "Network_test L1 Cache")
|
||||
: Sequencer * sequencer,
|
||||
int issue_latency = 2
|
||||
Cycles issue_latency = 2
|
||||
{
|
||||
|
||||
// NETWORK BUFFERS
|
||||
|
||||
Reference in New Issue
Block a user