Code Monkey home page Code Monkey logo

pit's Introduction

{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww12120\viewh8240\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural

\f0\fs24 \cf0 // 45678901234567890123456789012345678901234567890123456789012345678901234567890\
////////////////////////////////////////////////////////////////////////////////\
////////////////////////////////////////////////////////////////////////////////\
// SVN tag: None\
\
Feb 10,2010\
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.)\
\
Testbench - Minor change to add parameter to pit instance.\
\
Doc -\
\
July 31, 2011\
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. \
\
Oct 24, 2011\
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.}

pit's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.