From 43abeb53053d04dc59f579c8833d00c79e58cd12 Mon Sep 17 00:00:00 2001
From: Manohar Vanga <manohar.vanga@cern.ch>
Date: Mon, 7 Nov 2011 09:57:04 +0100
Subject: [PATCH] simulation: rename wbone.list to blocks.list

Autocompletion was irritating here.

Signed-off-by: Manohar Vanga <manohar.vanga@cern.ch>
---
 simulation/README                         | 2 +-
 simulation/fw/{wbone.list => blocks.list} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename simulation/fw/{wbone.list => blocks.list} (100%)

diff --git a/simulation/README b/simulation/README
index a434102..8d42987 100644
--- a/simulation/README
+++ b/simulation/README
@@ -56,7 +56,7 @@ in the simulation/fw/ directory.
 
 To generate a firmware file (the wishbone memory space):
 
-$ ./wb_cfggen wbone.list firmware.bin
+$ ./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
diff --git a/simulation/fw/wbone.list b/simulation/fw/blocks.list
similarity index 100%
rename from simulation/fw/wbone.list
rename to simulation/fw/blocks.list
-- 
GitLab