URL
https://opencores.org/ocsvn/or1k-cf/or1k-cf/trunk
Subversion Repositories or1k-cf
[/] [or1k-cf/] [trunk/] [harness/] [mem_test.cf] - Rev 6
Go to most recent revision | Compare with Previous | Blame | View Log
(*
Memory access unit test harness
Copyright 2004 Ken Rose
All rights reserved
*)
environment "/usr/local/Confluence/lib/Logic.cf"
:MEM
MEM <- import "mem.cf"
{MEM.T, {VectorInput, "ALU" 1 32, $}
{VectorInput, "S2" 2 32, $}
{VectorInput, "IR" 3 32, $}}
Go to most recent revision | Compare with Previous | Blame | View Log