[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

Issue #545

Support queues

Added by Alex Solomatnikov 10 months ago. Updated 10 months ago.

Status:Feature Start date:08/09/2012
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Unsupported
Target version:-

Description

Obviously not synthesizable but useful for testbenches and behavioral models.

Example:

typedef enum {
        DDR_CMD_TYPE_PRECHARGE,
        DDR_CMD_TYPE_ACTIVATE,
        DDR_CMD_TYPE_WRITE,
        DDR_CMD_TYPE_READ,
        DDR_CMD_TYPE_REFRESH,
        DDR_CMD_TYPE_NOP,
        DDR_CMD_TYPE_MRS,
        DDR_CMD_TYPE_DES,
        DDR_CMD_TYPE_ZQC,
        DDR_CMD_TYPE_ERROR
} DDR_CMD_TYPE;

DDR_CMD_TYPE write_command_queue[$];

History

Updated by Wilson Snyder 10 months ago

  • Category set to Unsupported
  • Status changed from New to Feature

Unfortunately not high priority for my usage, and requires moderate work as it's a dynamic construct. Perhaps you or someone else will be interested in implementing it.

Also available in: Atom