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

Subversion Repositories pit

[/] [pit/] [trunk/] [README.rtf] - Blame information for rev 24

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 rehayes
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
2
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3
{\colortbl;\red255\green255\blue255;}
4
\margl1440\margr1440\vieww12120\viewh8240\viewkind0
5
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
6
 
7
\f0\fs24 \cf0 // 45678901234567890123456789012345678901234567890123456789012345678901234567890\
8
////////////////////////////////////////////////////////////////////////////////\
9
////////////////////////////////////////////////////////////////////////////////\
10
// SVN tag: None\
11
\
12
Feb 10,2010\
13
RTL - Update to the WISHBONE interface when wait states are enabled to trade 16 data flops for 3 address registers. This change now also requires single cycle timing on the WISHBONE address bus, multi-cycle timing is still allowed on the WISHBONE write data bus. In the old design WISHBONE read cycles required the address to be decoded and the read data to be latched in the first cycle and the there was a whole cycle to drive the read data bus. The new design latches the address in the first cycle then decodes the address and outputs the data in the second cycle. (The WISHBONE bus doesn't require the address or data to be latched for multi-cycle operation but by doing this it is hoped some power will be saved in the combinational logic by reducing the decoding activity at each address change.)\
14
\
15
Testbench - Minor change to add parameter to pit instance.\
16
\
17
Doc -\
18
\
19
July 31, 2011\
20
Added rtl/sys_verilog and bench/verilog/sys_verilog directories. This is the first pass at an upgrade to System Verilog. The changes were to uses new types, "logic" and "bit", new always blocks, "always_ff "and "always_comb", and ".*" for signal name passing. \
21
\
22
Oct 24, 2011\
23
Updated the rtl/sys_verilog directory to include a Wishbone "interface". The bench/sys_verilog was also updated to include the Wishbone interface. Because there are four different instances of the pit module(based on i/o connections and parameters) the test bench required four different instances of the Wishbone interface to connect each pit instance. Because of this there was no significant reduction in the lines of code required in the testbench, and shows some of the pitfalls to be encountered when you get outside of the box of using interfaces as taught in class examples.}

powered by: WebSVN 2.1.0

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