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

Subversion Repositories onewire

[/] [onewire/] [trunk/] [HDL/] [ds1820_mstr.vhd] - Diff between revs 2 and 4

Show entire file | Details | Blame | View Log

Rev 2 Rev 4
Line 225... Line 225...
  );
  );
 
 
  -------------------------------------
  -------------------------------------
  --              ID RAM            ---
  --              ID RAM            ---
  -------------------------------------
  -------------------------------------
  -- ow_idram - store and recalls the device ids for devices on the ow bus.
  -- ow_idram - bit indexed ram, store and recalls the device ids for devices on the ow bus.
  --  this is implemented in a seperate module to ensure that it uses a internal ram
  --  this is implemented in a seperate module to ensure that it uses a internal ram
  --  which greatly reduces the FPGA utilization (saves a lot of FFs and LUTs)
  --  which greatly reduces the FPGA utilization (saves a lot of FFs and LUTs)
  u_idram : entity work.ow_idram(rtl)
  u_idram : entity work.ow_idram(rtl)
  port map(
  port map(
    --globals
    --globals

powered by: WebSVN 2.1.0

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