OpenCores
URL https://opencores.org/ocsvn/or1k-cf/or1k-cf/trunk

Subversion Repositories or1k-cf

[/] [or1k-cf/] [trunk/] [harness/] [id_test.cf] - Rev 4

Compare with Previous | Blame | View Log

(*
     Instruction decoder

     Copyright 2004 Ken Rose
     All rights reserved
*)

environment "/usr/local/Confluence/lib/Logic.cf"

:ID

ID <- import "id.cf"

{ID.T, {VectorInput, "IR"        1 32, $}
       {VectorInput, "WriteData" 2 32, $} 
       {VectorInput, "WriteAddr" 3  5, $} 
       {VectorInput, "WriteEn"   4  1, $} 
       {VectorInput, "PC"        5 32, $},

       {VectorOutput, "S1"               6 $} 
       {VectorOutput, "S2"               7 $}     
       {VectorOutput, "IM"               8 $}     
       {VectorOutput, "WB_write_what"    9 $}     
       {VectorOutput, "WB_write_enable" 10 $}     
       {VectorOutput, "WB_Dest"         11 $}     
       {VectorOutput, "ALUctl"          12 $}     
       {VectorOutput, "BranchTarget"    13 $}     
       {VectorOutput, "TakeBranch"      14 $}     
       {VectorOutput, "MEMWriteEnable"  15 $}}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.