OpenCores
URL https://opencores.org/ocsvn/simple_customized_counter/simple_customized_counter/trunk

Subversion Repositories simple_customized_counter

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1 to Rev 2
    Reverse comparison

Rev 1 → Rev 2

/simple_customized_counter/trunk/src/CCounter.psc
0,0 → 1,20
component CCounter (in active bit iReset,
in active bit iUp,
in active bit iDown,
out active ubyte oValue)
{
DoReset(0) on iReset
{
oValue := 0ub;
}
 
CountUp(1) on iUp
{
oValue:++;
}
 
CountDown(2) on iDown
{
oValue:--;
}
};
/simple_customized_counter/trunk/src/CCounter.vmc Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
simple_customized_counter/trunk/src/CCounter.vmc Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: simple_customized_counter/trunk/src/main.vmc =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: simple_customized_counter/trunk/src/main.vmc =================================================================== --- simple_customized_counter/trunk/src/main.vmc (nonexistent) +++ simple_customized_counter/trunk/src/main.vmc (revision 2)
simple_customized_counter/trunk/src/main.vmc Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: simple_customized_counter/trunk/src/main.vms =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: simple_customized_counter/trunk/src/main.vms =================================================================== --- simple_customized_counter/trunk/src/main.vms (nonexistent) +++ simple_customized_counter/trunk/src/main.vms (revision 2)
simple_customized_counter/trunk/src/main.vms Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: simple_customized_counter/trunk/targets/Simulation.env =================================================================== --- simple_customized_counter/trunk/targets/Simulation.env (nonexistent) +++ simple_customized_counter/trunk/targets/Simulation.env (revision 2) @@ -0,0 +1,38 @@ +[Device 1] + + path = apisimdrv.dll + type = LOCAL + parameters = ".\!!gen!!.sym" ".\targets\Simulation_.env" %NbPorts% %NbPorts% + +[Port 1] + + name = iReset + mapping_type = data + device_number = 1 + data_index = 1 + byte_length = 1 + +[Port 2] + + name = iUp + mapping_type = data + device_number = 1 + data_index = 2 + byte_length = 1 + +[Port 3] + + name = iDown + mapping_type = data + device_number = 1 + data_index = 3 + byte_length = 1 + +[Port 4] + + name = oValue + mapping_type = data + device_number = 1 + data_index = 4 + byte_length = 1 + Index: simple_customized_counter/trunk/Counter.rpj =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: simple_customized_counter/trunk/Counter.rpj =================================================================== --- simple_customized_counter/trunk/Counter.rpj (nonexistent) +++ simple_customized_counter/trunk/Counter.rpj (revision 2)
simple_customized_counter/trunk/Counter.rpj Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: simple_customized_counter/trunk/ReadMe.docx =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: simple_customized_counter/trunk/ReadMe.docx =================================================================== --- simple_customized_counter/trunk/ReadMe.docx (nonexistent) +++ simple_customized_counter/trunk/ReadMe.docx (revision 2)
simple_customized_counter/trunk/ReadMe.docx Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: simple_customized_counter/trunk/ReadMe.pdf =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: simple_customized_counter/trunk/ReadMe.pdf =================================================================== --- simple_customized_counter/trunk/ReadMe.pdf (nonexistent) +++ simple_customized_counter/trunk/ReadMe.pdf (revision 2)
simple_customized_counter/trunk/ReadMe.pdf Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property

powered by: WebSVN 2.1.0

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