Coder Social home page Coder Social logo

verilog-cam's People

Contributors

alexforencich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

verilog-cam's Issues

Feature request: RAM_DEPTH to be less than a power of two

RAM_DEPTH is automatically set to 2**ADDR_WIDTH inside the CAM, though there are applications where RAM_DEPTH (the number of entries in the CAM) is not necessarily a power of 2. For example a 96 entries CAM with ADDR_WIDTH = 7, RAM_DEPTH need not be 128, but RAM_DEPTH=96 will suffice. It will make the CAM implementation smaller and faster.

From what I could inspect in the code, it is quite trivial to add as a parameter.

How to use the cam module?

Hi:
Sorry to bother you again.
This time i am using the cam module , but i found some of the ports are being unspecified, so i want to know is there any timing specifying of the ports of cam.v, for example what did the ports write_enable and write_delete mean?
Thanks a lot for your help.

Write Operation Cycles

Hello!

Hope you're doing well, and sorry to bother you. I am currently using your design for one my implementations. However, I require that the write operation last less than 4 cycles (2 if possible).
I was wondering if you could give me a pointer on how could I achieve this ?

Thanks!

use the cam for vcu118

Hi Alex,

I'm considering using this cam on vcu118 to replace the one provided by Xilinx. The reason is that I found xapp1151 doesn't work as it should on vcu118 (250MHz). It would be great if you can answer some of the questions I have:

  1. Is this cam able to work on 250MHz on ultrascale+ FPGAs like vcu118?
  2. Could the data width be extended? For example, we would like it to be extended to 201b (not aligned with 2^).
  3. Is it possible to support ternary mode using this cam?

Happy new year and thanks in advance.

Regards,
Xiangrui

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.