From a8a4ddde21d52f627cb9bfcf2c7d8124d167e6e7 Mon Sep 17 00:00:00 2001
From: Manohar Vanga <manohar.vanga@cern.ch>
Date: Fri, 25 Nov 2011 15:59:25 +0100
Subject: [PATCH] driver: update README for driver

Signed-off-by: Manohar Vanga <manohar.vanga@cern.ch>
---
 driver/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/driver/README b/driver/README
index e6ceed5..3c8a364 100644
--- a/driver/README
+++ b/driver/README
@@ -52,7 +52,7 @@ Generating Firmware
 ===================
 
 To generate a Wishbone memory map, we can use the wb_cfggen tool found
-in the simulation/fw/ directory.
+in the fw/ directory.
 
 To generate a firmware file (the wishbone memory space):
 
@@ -60,7 +60,7 @@ $ ./wb_cfggen blocks.list firmware.bin
 
 The wbone.def file specifies the devices that should be attached
 to the Wishbone bus. The format for specifying devices can be seen
-in the example wbone.def file at simulation/fw/wbone.def.
+in the example wbone.def file at fw/wbone.def.
 
 Installing Firmware
 ===================
-- 
GitLab