gateware

A collection of little open source FPGA hobby projects
git clone http://frotz.net/git/gateware.git
Log | Files | Refs | README

sim-sdram.h (208B)


      1 // Copyright 2020, Brian Swetland <swetland@frotz.net>
      2 // Licensed under the Apache License, Version 2.0.
      3 
      4 void sim_sdram_init(void);
      5 int sim_sdram(unsigned ctl, unsigned addr, unsigned din, unsigned* dout);